Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored Nov 11, 2022
1 parent 3de84db commit 4978741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# deno-json
# deno_json

🦕 Json Reader for Deno

```ts
import { readJson } from "https://deno.land/x/deno-json/mod.ts";
import { readJson } from "https://deno.land/x/deno_json/mod.ts";

const data = await readJson("users.json");

console.log(data);
console.log(data["dude"]);
```

0 comments on commit 4978741

Please sign in to comment.