Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 17, 2023
1 parent b9868e7 commit a7ffd88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/readme/json-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ To convert to/from JSON strings, use *jsonl/write-str* and *jsonl/read-str*:
;; outputs
;; {"a":10,"b":20}
;; {"a":11,"b":21}
```


```clojure
(do
(load-module :jsonl)
(println (jsonl/read-str """
Expand Down

0 comments on commit a7ffd88

Please sign in to comment.