fun_extra library

A collection of semi-useful non-standard functions for JSONPath.

Classes

IsArray
Checks if the value is a JSON array.
IsBoolean
Checks if the value is a JSON boolean.
IsNumber
Checks if the value is a JSON number.
IsObject
Checks if the value is a JSON object.
IsString
Checks if the value is a JSON string.
Reverse
Reverses the string.
Siblings
Returns all siblings of the given nodes.
Xor