Home
last modified time | relevance | path

Searched defs:JSONValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d40 if (const(JSONValue)* code = "code" in j) variable
118 struct JSONValue struct
128 JSONValue[string] object; argument
145 JSONValue j = parseJSON(s); argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d40 if (const(JSONValue)* code = "code" in j) variable
276 @property ref inout(JSONValue[]) array() inout pure @system in inout() argument
305 @property inout(JSONValue[]) arrayNoRef() inout pure @trusted in inout() argument
472 ref inout(JSONValue) opIndex(size_t i) inout pure @safe in inout() argument
491 ref inout(JSONValue) opIndex(string k) inout pure @safe in inout() argument