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)
- Host: GitHub
- URL: https://github.com/cubao/jsoncons
- Owner: cubao
- License: other
- Created: 2025-04-19T02:26:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-14T16:02:05.000Z (about 1 year ago)
- Last Synced: 2026-01-17T01:14:23.548Z (5 months ago)
- Topics: jmespath
- Language: C++
- Homepage: http://pypi.org/project/pybind11-jsoncons
- Size: 846 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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