Top | Previous | Next |
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, or a String if invalid. Scope All |