4 lines
197 B
Plaintext
4 lines
197 B
Plaintext
partial-json-parser is a lightweight Python library for parsing partial
|
|
JSON strings. It handles incomplete JSON data, which is useful for streaming
|
|
scenarios where JSON is received incrementally.
|