Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d42 if (code.type() == JSONType.integer)
86 enum JSONType : byte enum
113 deprecated("Use JSONType and the new enum member names") alias JSON_TYPE = JSONType;
132 private JSONType type_tag;
137 @property JSONType type() const pure nothrow @safe @nogc in type()
146 assert(j.type == JSONType.object);
147 assert(j["language"].type == JSONType.string);
157 enforce!JSONException(type == JSONType.string,
187 enforce!JSONException(type == JSONType.integer,
205 enforce!JSONException(type == JSONType.uinteger,
[all …]