eval
- syntax:
$$eval($value)- first argument:
- type: Number, Boolean, Null or String
- description: value that evaluate
- first argument:
- type:
- String
- description:
- evaluate argument
Example
{
"value": {
"text": "world"
}
}
jfol:
$$eval("hello "+$(value.text))
result:
hello world