JSON
JSON Stringify
Expression:
Return:
Example of usage:
JSON_STRINGIFY([{name: "name"}, {age: "39"}], 1)
Return value:
"[\n {\n \"name\": \"name\"\n },\n {\n \"age\": \"39\"\n }\n]"JSON Parse
Expression:
Return:
Example of usage:
Is Valid JSON
Expression:
Return:
Example of usage:
Last updated
Was this helpful?
