noText
- syntax:
$$noText[body]- body:
- current context
- body:
- type:
- String
- description:
- execute body, but no-output
Example
{
"value": {
"text": "world"
}
}
jfol:
$$noText[
$$setString("text","hello")
]$$json
result:
{
"value": {
"text": "world"
},
"text": "hello"
}