- 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)