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