- camelCaseToUnderscores (from dcord.util.string)
string camelCaseToUnderscores(string input) via public
import dcord.util.string : camelCaseToUnderscores;
Convert a camelCase string to a snake_case one. This is a pure function
- deserializeFromJSON
T deserializeFromJSON(VibeJSON jsonData)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeFromJSON
void deserializeFromJSON(T sourceObj, VibeJSON sourceData)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeFromJSONArray
T[] deserializeFromJSONArray(VibeJSON jsonData, T delegate(VibeJSON) cons)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeToJSON
VibeJSON serializeToJSON(T sourceObj, string[] ignoredFields)
Undocumented in source. Be warned that the author may not have intended to support it.
Utilities releated to JSON processing.