From a5e8b35d611c6ccd1de8446f2fe936dd3d007365 Mon Sep 17 00:00:00 2001 From: TANG ZHIXIONG Date: Sat, 26 Apr 2025 22:38:06 +0800 Subject: [PATCH 1/2] update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c594127..0af6cc7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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*. From 0e2e4423d62a3bfcc66436dc67fd3bfa950eaf9a Mon Sep 17 00:00:00 2001 From: TANG ZHIXIONG Date: Sat, 26 Apr 2025 22:39:00 +0800 Subject: [PATCH 2/2] fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0af6cc7..0c0863a 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ 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