Skip to content

Latest commit

 

History

History
 
 

json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

JSON Functions

This function package exposes common json functions.

path()

Apply a JSON path to an object.

Input Args

Arg Type Description
path string The JSON path.
object any The object to apply the JSON path to.

Output

Arg Type Description
returnType any The result of the JSON path.