Skip to content

Commit

Permalink
updated json doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 17, 2023
1 parent 80138a6 commit 658885c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/readme/json-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ structures. No 3rd-party libraries are required.

## Usage

To convert to/from JSON strings, use json/write-str and json/read-str:
To convert to/from JSON strings, use *jsonl/write-str* and *jsonl/read-str*:

```clojure
(do
Expand Down
2 changes: 1 addition & 1 deletion doc/readme/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ structures. No 3rd-party libraries are required.

## Usage

To convert to/from JSON strings, use json/write-str and json/read-str:
To convert to/from JSON strings, use *json/write-str* and *json/read-str*:

```clojure
(json/write-str {:a 1 :b 2})
Expand Down

0 comments on commit 658885c

Please sign in to comment.