- accessNN
auto accessNN(T tmp0)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataIsEmpty
bool dataIsEmpty(const(Json) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataIsNull
bool dataIsNull(const(Json) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- firstCharUpperCase
string firstCharUpperCase(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- getWithDefault
T getWithDefault(Json data, string[] paths)
- hasPathTo
bool hasPathTo(Json data, string path, T ret)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertError
void insertError(Json result, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertPayload
void insertPayload(Json result, string field, Json data)
Undocumented in source. Be warned that the author may not have intended to support it.
- isScalar
bool isScalar(const(Json) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- joinJson
Json joinJson(Json a, Json b)
Merge two Json objects.
Values in a take precedence over values in b.
- returnTemplate
Json returnTemplate()
Undocumented in source. Be warned that the author may not have intended to support it.