File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments