Optionalexpr: any
JSON object to evaluate against
Optionalobj: JSONPathCallback
Passed 3 arguments: 1) desired
payload per resultType, 2) "value"|"property", 3) Full returned
object with all payloads
Optionalcallback: OtherTypeCallback
If @other() is at the
end of one's query, this will be invoked with the value of the item,
its path, its parent, and its parent's property name, and it should
return a boolean indicating whether the supplied value belongs to the
"other" type or not (or it may handle transformations and return
false).
OptionalotherTypeCallback: undefinedIf a string, will be treated as
expr
OptionalliteralPriority: booleanOptionalexpr: JSONPathOptionsOptionalexpr: PathTypeOptionaljson: anyOptionalcallback: JSONPathCallback | nullOptionalotherTypeCallback: OtherTypeCallback
JSON path to evaluate