parse_json¶ Signature¶ parse_json(string) Description¶ Decodes a valid JSON encoded string to the appropriate type. Opposite of to_string function. Examples¶ TODO