<json-parse></json-parse>
Provided by module: Tags: RXML tags
Parses a JSON-formatted string. This returns a
value of the same type as the top level JSON object, typically an
array or a mapping.
Attributes
- value="string"
-
The JSON-formatted value to parse.
- variable="string"
-
Get the JSON-formatted value to parse from this variable, unless
value is provided. If neither is specified the content of
the container is used.