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