BuiltinsJSONVersion: NextOn this pageJSONModule Function​parse(STRING)​Returns HASHTakes a STRING and parses it to a HASH or ARRAY. Numbers are always FLOAT.JSON.parse('{"test": 123}')JSON.parse('["test", 123]')Output{"test": 123.0}["test", 123.0]Properties​NameValue