This function package exposes common json functions.
Apply a JSON path to an object.
Arg | Type | Description |
---|---|---|
path | string | The JSON path. |
object | any | The object to apply the JSON path to. |
Arg | Type | Description |
---|---|---|
returnType | any | The result of the JSON path. |