JSONValue.opApply

Implements the foreach opApply interface for json objects.

  1. int opApply(int delegate(size_t index, ref JSONValue) dg)
  2. int opApply(int delegate(string key, ref JSONValue) dg)
    struct JSONValue
    @system
    int
    opApply
    (
    scope int delegate
    (
    string key
    ,)
    dg
    )

Meta