diff --git a/README.md b/README.md index c594127..0c0863a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pybind11-jsoncons -I'm using this [jsoncon](https://github.com/danielaparker/jsoncon) python binding to filter & transform json data. +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`. +See `test_json_query`, `test_json_query_json` in *tests/test_basic.py*. + +JMESPath tutorial: https://jmespath.org/tutorial.html