We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3859eae commit 9af6f18Copy full SHA for 9af6f18
src/main/clojure/clojure/data/json.clj
@@ -483,7 +483,8 @@
483
"Reads a single item of JSON data from a java.io.Reader.
484
485
If you wish to repeatedly read items from the same reader, you must
486
- supply a PushbackReader and reuse it on subsequent calls.
+ supply a PushbackReader with buffer size >= 64, and reuse it on
487
+ subsequent calls.
488
489
Options are key-value pairs, valid options are:
490
0 commit comments