system.util.jsonDecode
Description
Takes a json String and converts it into a Python object such as a list or a dict. If the input is not valid json, a string is returned.
Syntax
system.util. jsonDecode( jsonString )
-
Parameters
String jsonString - The JSON string to decode into a Python object.
-
Returns
PyObject - The decoded Python object.
-
Scope
All
Code Examples
There are no examples associated with this scripting function.