{"library":"jsonseq","type":"library","category":null,"description":"jsonseq is a Python library that provides support for encoding and decoding JSON text sequences as defined by RFC 7464. This format is designed for streaming multiple JSON objects, each prefixed by an ASCII Record Separator (0x1E) and terminated by a Line Feed (0x0A). It's particularly useful for handling large or indefinite streams of JSON data incrementally. The current version is 1.0.0, with releases historically following an as-needed cadence.","language":"python","status":"active","version":"1.0.0","tags":["json","rfc7464","streaming","serialization","deserialization","text-sequence"],"last_verified":"Sun May 24","install":[{"cmd":"pip install jsonseq","imports":["from jsonseq.encode import JSONSeqEncoder","from jsonseq.decode import JSONSeqDecoder"]}],"homepage":null,"github":"https://github.com/sgillies/jsonseq","docs":null,"changelog":null,"pypi":"https://pypi.org/project/jsonseq/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/jsonseq/compatibility"}}