BuiltinsJSONVersion: v0.21.0On this pageJSON Module Function​ parse(STRING)​ Returns HASH Takes 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