JSONParser.this

Start parsing using the given object, converting it to an InputRange.

  1. this()
  2. this(T input)
    struct JSONParser
    this
    (
    T
    )
    ()
    if (
    isForwardRange!T
    )

Meta