Skip to content

Commit a799424

Browse files
committed
README stub [skip ci]
1 parent 2472f37 commit a799424

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1-
# Python JSONPath following RFC 9535
1+
# RFC 9535 JSONPath: Query Expressions for JSON in Python
2+
3+
We follow [RFC 9535](https://datatracker.ietf.org/doc/html/rfc9535) strictly and test against the [JSONPath Compliance Test Suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite).
4+
5+
See also [Python JSONPath](https://github.com/jg-rp/python-jsonpath), which also follows RFC 9535, but with additional features and customization options.
6+
7+
---
8+
9+
**Table of Contents**
10+
11+
- [Install](#install)
12+
- [Links](#links)
13+
- [Examples](#examples)
14+
- [License](#license)
15+
16+
## Install
217

318
TODO:
19+
20+
## Links
21+
22+
- Change log: https://github.com/jg-rp/python-jsonpath-rfc9535/blob/main/CHANGELOG.md
23+
- PyPi: TODO
24+
- Source code: https://github.com/jg-rp/python-jsonpath-rfc9535
25+
- Issue tracker: https://github.com/jg-rp/python-jsonpath-rfc9535/issues
26+
27+
## Examples
28+
29+
TODO:
30+
31+
## License
32+
33+
`python-jsonpath-rfc9535` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

0 commit comments

Comments
 (0)