JsonParserIter.opApply

'foreach' iteration over type/value pairs in the current content

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

Meta