JsonParserIter.opApply

'foreach' iteration over type/name/value triples in the current content.

For unnamed members name will be null.

  1. int opApply(int delegate(ref Token type, ref cstring value) dg)
  2. int opApply(int delegate(ref Token type, ref cstring name, ref cstring value) dg)
    class JsonParserIter(bool AllowNaN = false)
    int
    opApply
    (
    scope int delegate dg
    )

Meta