JSONValue.opApply

int opApply(scope int delegate(size_t index, ref JSONValue) dg) @system

Implements the foreach opApply interface for json arrays.

int opApply(scope int delegate(string key, ref JSONValue) dg) @system

Implements the foreach opApply interface for json objects.