JsonParser.expected

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

Throws

a new exception with "expected token" as message

Meta