JSONataInverse
Defined in: expr/src/functions/jsonata.ts:25
Inverse of defaultJSONataSerializers: maps JSONata infix operators and function names
back to fn keys for the import direction (parsing). Mirrors the SQLInverse shape.
Properties
functions
functions:
Record<string,string>
Defined in: expr/src/functions/jsonata.ts:29
Function names (without the leading $), each mapping to an fn key.
operators
operators:
Record<string,string>
Defined in: expr/src/functions/jsonata.ts:27
Arithmetic infix operators, keyed by JSONata operator token.
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.