good first issuehelp wanted
Repository-Metriken
- Stars
- (86 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 7T 6h) (1 gemergte PR in 30 T)
Beschreibung
JSON path has already implemented the basic elements accessors and comparison predicates filter expression, in order to support the full JSON Path language, the following tasks need to be done further.
- Variables:
- Variables
- Modes:
-
lax -
strict
-
- Item methods:
-
type() -
size() -
double() -
ceiling() -
floor() -
abs() -
datetime() -
keyvalue()
-
- Arithmetic expressions
- Unary
+or- - Binary
+,-,*,/,%
- Unary
- Filter expression
-
existspath predicate -
like_regexpredicate -
starts withpredicate -
is unknownpredicate
-
The syntax and functionality of JSON Path should be implemented in accordance with the SQL:2016 (ISO/IEC 9075:2016) standard. Here are some references: