FUN_CBOR |
Binding function
fun:CBOR takes as input
a CBOR document, decodes it, and return a sub-JSON document according to a
JSONPath expression.
|
FUN_JSONPath |
Binding function
fun:JSONPath
extracts a string from a JSON document, according to a JSONPath expression.
|
FunctionsLoader |
|
ITER_CBOR |
Iterator function
iter:CBOR
takes as input a CBOR document, decodes it, and extracts a list of sub-JSON
documents according to a JSONPath expression.
|
ITER_JSONListKeys |
|
ITER_JSONPath |
Iterator function
iter:JSONPath
extracts a list of sub-JSON documents of a JSON document, according to a
JSONPath expression.
|
ITER_JSONSurfer |
Iterator function
iter:JSONSurfer
extracts a list of sub-JSON documents of a JSON document, according to a
forward-only JSONPath expression.
|