Metadata-Version: 2.1
Name: pybind11-jsoncons
Version: 0.1.4
Summary: python binding for jsoncons + msgpack + jmespath (only what I needed for now)
Author-Email: "zhixiong.tang" <dvorak4tzx@email.com>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: 3.14
Project-URL: Homepage, https://github.com/cubao/jsoncons
Requires-Python: >=3.7
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Description-Content-Type: text/markdown

# pybind11-jsoncons

I'm using this [jsoncons](https://github.com/danielaparker/jsoncons) python binding to filter & transform json data.

See `test_json_query`, `test_json_query_json` in *tests/test_basic.py*.

JMESPath tutorial: https://jmespath.org/tutorial.html
