Skip to content

Commit 19b0d77

Browse files
authored
Update README.md
Made it clearer this is an RFC 9535 implementation.
1 parent dcc41f1 commit 19b0d77

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
### This is the README for killerbunny
22

3-
Home of another JSON Path query library. But better. Stronger. Faster. uhm...
3+
# RFC 9535 JSONPath: Query Expressions for JSON
44

5-
At the very least, very much another.
5+
Home of another JSON Path query library. But better. Stronger. Faster...
6+
7+
uhm...
8+
9+
Well, at the very least, very much much another.
610

711
This project implements RFC 9535. It passes the jsonpath-compliance-test-suite at :
812

913
https://github.com/jsonpath-standard/jsonpath-compliance-test-suite
1014

1115
with the exception of some I-Regexp patterns (RFC 9485) and whitespace tests.
1216

17+
It has no external dependencies other than PyTest for running the unit tests.
18+
1319
As it is a Python package, it uses the standard re module for processing regular expression patterns via the search() and match() function extensions. It is also lenient in white space handling.
1420

1521
It has a very simple API at the moment.

0 commit comments

Comments
 (0)