An open API service indexing awesome lists of open source software.

https://github.com/cubao/jsoncons

python binding for jsoncons (C++ msgpack + JMESPath)
https://github.com/cubao/jsoncons

jmespath

Last synced: 4 months ago
JSON representation

python binding for jsoncons (C++ msgpack + JMESPath)

Awesome Lists containing this project

README

          

# 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