30 explicit Parser(QUtf8StringView json);
32 QCborValue
parse(QJsonParseError *error);
36 inline bool eatSpace();
37 inline char nextToken();
43 bool parseValueIntoContainer();
44 QCborValue parseValue();
45 QCborValue parseNumber();
51 QJsonParseError::ParseError lastError;
52 QExplicitlySharedDataPointer<QCborContainerPrivate> container;