You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+28-33Lines changed: 28 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Introduction
22
22
:alt:Code Style: Black
23
23
24
24
25
-
.. todo:: Describe what the library does.
25
+
This library is a reimplementation and subset of `json_stream <https://github.com/daggaz/json-stream>`_. It enables reading JSON data from a stream rather that loading it all into memory at once. The interface works like lists and dictionaries that are usually returned from ``json.load()`` but require in-order access. Out of order accesses will lead to missing keys and list entries.
26
26
27
27
28
28
Dependencies
@@ -37,39 +37,11 @@ This is easily achieved by downloading
0 commit comments