Skip to content

Commit

Permalink
add buffer size constraint in read docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 26, 2024
1 parent 3859eae commit 9af6f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/clojure/clojure/data/json.clj
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,8 @@
"Reads a single item of JSON data from a java.io.Reader.
If you wish to repeatedly read items from the same reader, you must
supply a PushbackReader and reuse it on subsequent calls.
supply a PushbackReader with buffer size >= 64, and reuse it on
subsequent calls.
Options are key-value pairs, valid options are:
Expand Down

0 comments on commit 9af6f18

Please sign in to comment.