Metadata-Version: 2.4
Name: jaxn
Version: 0.0.1
Summary: A SAX-style JSON parser for processing incomplete JSON streams
Project-URL: Homepage, https://github.com/alexeygrigorev/jaxn
Project-URL: Repository, https://github.com/alexeygrigorev/jaxn
Project-URL: Issues, https://github.com/alexeygrigorev/jaxn/issues
Author-email: Alexey Grigorev <alexey@datatalks.club>
Maintainer-email: Alexey Grigorev <alexey@datatalks.club>
License: WTFPL
Keywords: json,streaming-parser
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# jaxn

A SAX-style JSON parser for processing incomplete JSON streams character-by-character.