JSONObject.opApply

Operator overload for foreach iteration through the object with key and value and allow modification of the reference

  1. int opApply(int delegate(ref JSONType) dg)
  2. int opApply(int delegate(ref string, ref JSONType) dg)
    class JSONObject
    override
    int
    opApply
    (
    int delegate
    (
    ref string
    ,)
    dg
    )

Meta