- DeserializeObjectvoid DeserializeObject(T target, const(JSONValue) json) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- DeserializeObjectvoid DeserializeObject(T target, const(JSONValue) json) 
- GetItemAsT GetItemAs(const(JSONValue) json, string name, T defaultValue) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- HandleExceptionT HandleException(const(JSONValue) json, string message, T defaultValue) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SerializeObjectdeprecated JSONValue SerializeObject(T value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SerializeObjectJSONValue SerializeObject(T value, bool[size_t] serializationStates) 
- toJsonJSONValue toJson(T value) 
- toJsondeprecated JSONValue toJson(T value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toJsonJSONValue toJson(T value) 
- toJsonJSONValue toJson(T value, bool asInteger) 
- toJsonJSONValue toJson(T value) 
- toJsonJSONValue toJson(T value) 
- toJsonJSONValue toJson(T value) 
- toJsonJSONValue toJson(T value) 
- toJsonImplJSONValue toJsonImpl(T value, bool[size_t] serializationStates) 
- Implements for struct to json 
- toObjectT toObject(string json, T defaultValue) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toObjectT toObject(string json, T defaultValue) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toObjectT toObject(const(JSONValue) json, T defaultValue) 
- Converts a JSONValue to an object of type T by filling its fields with the JSON's fields. 
- toObjectT toObject(const(JSONValue) json, T defaultValue) 
- toObjectT toObject(const(JSONValue) json, T defaultValue) 
- toObjectT toObject(const(JSONValue) json, T defaultValue) 
- toObjectT toObject(const(JSONValue) json) 
- toObjectT toObject(const(JSONValue) json) 
- toObjectT toObject(const(JSONValue) json, T defaultValue) 
- toObjectT toObject(const(JSONValue) json, T defaultValue) 
- toObjectT toObject(const(JSONValue) json, T defaultValue)