Home
last modified time | relevance | path

Searched refs:JSONValue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d32 JSONValue j = parseJSON(s);
40 if (const(JSONValue)* code = "code" in j) variable
49 JSONValue jj = [ "language": "D" ];
51 jj.object["rating"] = JSONValue(3.5);
53 jj.object["list"] = JSONValue( ["a", "b", "c"] );
55 jj["list"].array ~= JSONValue("D");
102 struct JSONValue
112 JSONValue[string] object;
113 JSONValue[] array;
129 JSONValue j = parseJSON(s);
[all …]
H A Dtypecons.d2793 JSONValue value = null;
2794 auto na = Nullable!JSONValue(value);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d32 JSONValue j = parseJSON(s);
40 if (const(JSONValue)* code = "code" in j) variable
49 JSONValue jj = [ "language": "D" ];
51 jj.object["rating"] = JSONValue(3.5);
53 jj.object["list"] = JSONValue( ["a", "b", "c"] );
55 jj["list"].array ~= JSONValue("D");
118 struct JSONValue struct
128 JSONValue[string] object; argument
129 JSONValue[] array;
145 JSONValue j = parseJSON(s); argument
[all …]
H A Dtypecons.d3410 JSONValue value = null;
3411 auto na = Nullable!JSONValue(value);