How do I convert this string to list?

How to convert this string to list, "["options",["option 3","option 2","option 1"]]"
is there blocks doing what JSON.parse() do in JavaScript ?

From the web component, use the JSONTextDecode block.
(confusing I know, this does the equivalent of JSON.parse, whilst the JSONObjectEncode block does the equivalent of JSON.stringify)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.