Expression


  • Get a Dump | Meta

    Obtain a JSON dump using JSON Pointer.

  • Flatten Dump

    Obtain a flattened dump string of a hierarchical JSON data structure.

  • AsNum using JSON Ptr.

    Retrieve data as a numerical value from the path specified by the JSON Pointer.

  • AsStr using JSPointer

    Retrieve the value as a string from the specified path, including implicit conversions.

  • Current TgtJSP

    Get a current targeted JSON Pointer.

  • AsStr using TgtJSP

    Retrieve a value as a string from the pre-specified path using Targeted JSON Pointer.

  • AsStr using TgtJSP isArr

    Input index values of the array and obtain data as a string from the array specified by the path.

  • AsNum using TgtJSP isArr

    Retrieve values as a numeric type from array elements of a JSON array specified by a Targeted JSON Pointer path.

  • Get Num: Arr. Elm. TgtJSP

    Retrieve the number of elements in a JSON array specified by a path using Targeted JSON Pointer.