$$noText[body]
{ "value": { "text": "world" } } Copy
{ "value": { "text": "world" } }
jfol:
$$noText[ $$setString("text","hello") ]$$json Copy
$$noText[ $$setString("text","hello") ]$$json
result:
{ "value": { "text": "world" }, "text": "hello" } Copy
{ "value": { "text": "world" }, "text": "hello" }