31 explicit Parser(QUtf8StringView json);
33 QCborValue
parse(QJsonParseError *error);
37 inline bool eatSpace();
38 inline char nextToken();
44 bool parseValueIntoContainer();
45 QCborValue parseValue();
46 QCborValue parseNumber();
52 QJsonParseError::ParseError lastError;
53 QExplicitlySharedDataPointer<QCborContainerPrivate> container;