Searched refs:JSONType (Results 1 – 1 of 1) sorted by relevance
42 if (code.type() == JSONType.integer)86 enum JSONType : byte enum113 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 …]