Skip to content

Commit b116bdb

Browse files
committed
docs: update readme
1 parent dfa414c commit b116bdb

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,23 @@ A more powerful JSONPath implementation in modern python.
1818

1919
## Features
2020

21-
- [x] Light. (No need to install third-party dependencies.)
21+
- [x] **Light. (No need to install third-party dependencies.)**
22+
- [x] **Support filter operator, including multi-selection, inverse-selection filtering.**
23+
- [x] **Support sorter operator, including sorting by multiple fields, ascending and descending order.**
2224
- [x] Support basic semantics of JSONPath.
2325
- [x] Support output modes: VALUE, PATH.
24-
- [x] Support filter operator, including multi-selection, inverse-selection filtering.
25-
- [x] Support sorter operator, including sorting by multiple fields, ascending and descending order.
26-
- [ ] Support parent operator.
26+
- [ ] Support embedded syntax.
2727
- [ ] Support user-defined function.
28+
- [ ] Support parent operator.
29+
30+
## Installation
31+
32+
```bash
33+
pip install jsonpath-python
34+
35+
# import
36+
>>> from jsonpath import JSONPath
37+
```
2838

2939
## JSONPath Syntax
3040

0 commit comments

Comments
 (0)