Json.state

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(JsonParserState) state [@property getter]
  2. JsonParserState state [@property setter]
    struct Json(ALLOC, uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
    nothrow @trusted @property
    void
    state
    if (
    (
    vl > trustedSource ||
    !validateUtf8
    )
    )

Meta