- flatten
Json[string] flatten(Json object)
Takes a nested Json object and moves the values to a Json assoc array where the key
is the path from the original object to that value
- jsonToString
string jsonToString(Json value)
Undocumented in source. Be warned that the author may not have intended to support it.
- jsonToString
string jsonToString(Json value, size_t level)
Undocumented in source. Be warned that the author may not have intended to support it.
- keys
string[] keys(Json obj, string file, size_t line)
Get all the keys from your Json object
- nestedKeys
string[] nestedKeys(Json obj)
Get all the keys from your Json object. The levels will be separated by . or []
- unpackJsonArray
auto unpackJsonArray(Json data)
Undocumented in source. Be warned that the author may not have intended to support it.
- unpackJsonArray
auto unpackJsonArray(Json data)
Undocumented in source. Be warned that the author may not have intended to support it.
- unpackJsonArray
auto unpackJsonArray(Json data)
Undocumented in source. Be warned that the author may not have intended to support it.