case IN_JSON:
            // json := START_JSON, object, END_JSON
            accept(token, EnumSet.of(QuiXToken.START_OBJECT));
            this.stack.push(Node.OBJECT);
            this.state = State.IN_OBJECT;