parsejson [<string>]
Parses a JSON string into a useable object. The JSON object can be stored in a variable and its values can be accessed by their keys.
Parameters:
- The string to be parsed as JSON.
Returns: The parsed JSON object.
parsejson [<string>]
Parses a JSON string into a useable object. The JSON object can be stored in a variable and its values can be accessed by their keys.
Parameters:
Returns: The parsed JSON object.