json
- syntax:
$$json$$json($value)- first argument:
- type: Array, Object, Number, Null, Boolean or String
- description: output value
- first argument:
- type:
- String
- description:
- output json string of value or current context
Example
{
"value": {
"text": "world"
}
}
jfol:
$$json($value)
result:
{
"text": "world"
}