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(uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
    @property
    void
    state
    if (
    vl > trustedSource ||
    !validateUtf8
    )

Meta