We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JSON.parse → Serializable — Using JSON.parse returns untyped JSON::Any. Use JSON::Serializable for typed, efficient deserialization.
JSON.parse
JSON::Any
JSON::Serializable
json = JSON.parse(raw) name = json["name"].as_s
There was an error while loading. Please reload this page.