Searched refs:JSONValue (Results 1 – 4 of 4) sorted by relevance
32 JSONValue j = parseJSON(s);40 if (const(JSONValue)* code = "code" in j) variable49 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 JSONValue112 JSONValue[string] object;113 JSONValue[] array;129 JSONValue j = parseJSON(s);[all …]
2793 JSONValue value = null;2794 auto na = Nullable!JSONValue(value);
32 JSONValue j = parseJSON(s);40 if (const(JSONValue)* code = "code" in j) variable49 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 struct128 JSONValue[string] object; argument129 JSONValue[] array;145 JSONValue j = parseJSON(s); argument[all …]
3410 JSONValue value = null;3411 auto na = Nullable!JSONValue(value);