noText

  • syntax:
    • $$noText[body]
      • body:
        • current context
  • type:
    • String
  • description:
    • execute body, but no-output

Example

{
  "value": {
    "text": "world" 
  }
}

jfol:

$$noText[
$$setString("text","hello")
]$$json

result:

{
    "value": {
        "text": "world"
    },
    "text": "hello"
}

results matching ""

    No results matching ""