inout(JSONValue) opIndex(size_t i)
Array syntax for JSON arrays.
JSONException
type
JSONType.array
inout(JSONValue) opIndex(return scope string k)
Hash syntax for JSON objects.
JSONType.object