Hash syntax for json objects.
JSONException if type is not JSONType.object.
JSONValue j = JSONValue( ["language": "D"] ); assert( j["language"].str == "D" );
See Implementation
Hash syntax for json objects.