ParseJSON

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:

  1. The string to be parsed as JSON.

Returns: The parsed JSON object.