JSONValue.opApply

Implements the foreach opApply interface for json arrays.

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

Meta

Suggestion Box / Bug Report