JSONValue.opApply
int opApply(scope int delegate(size_t index, ref JSONValue) dg) @systemImplements the foreach opApply interface for json arrays.
int opApply(scope int delegate(string key, ref JSONValue) dg) @systemImplements the foreach opApply interface for json objects.