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:
- Modes:
- Item methods:
- Arithmetic expressions
- Filter expression
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:
JSON pathhas already implemented the basic elements accessors and comparison predicates filter expression, in order to support the fullJSON Pathlanguage, the following tasks need to be done further.laxstricttype()size()double()ceiling()floor()abs()datetime()keyvalue()+or-+,-,*,/,%existspath predicatelike_regexpredicatestarts withpredicateis unknownpredicateThe syntax and functionality of
JSON Pathshould be implemented in accordance with theSQL:2016 (ISO/IEC 9075:2016)standard. Here are some references: