JsonParser.expected

  1. void expected(cstring token)
    class JsonParser(T, bool AllowNaN = false)
    protected final
    void
    expected
    (
    cstring token
    )
  2. void expected(cstring token, Const!(T)* point)

Throws

a new exception with "expected token" as message

Meta