Class FUN_JSONPath

  • All Implemented Interfaces:
    Function

    public final class FUN_JSONPath
    extends FunctionBase2
    Binding function fun:JSONPath extracts a string from a JSON document, according to a JSONPath expression.
    • Param 1 is a JSON document;
    • Param 2 is the JSONPath query. See https://github.com/json-path/JsonPath for the syntax specification;
    • Result is a boolean, float, double, integer, string, as it best fits.
    Author:
    Noorani Bakerally , Maxime Lefrançois