27 #include <QtCore/QIODevice>
28 #include <QtCore/QVariant>
30 #define YYSTYPE QVariant
36 int yylex(YYSTYPE *yylval,
yy::location *yylloc, QJson::ParserPrivate* driver);
42 explicit JSonScanner(QIODevice* io);
44 void allowSpecialNumbers(
bool allow);
47 bool m_quotmarkClosed;
48 bool m_allowSpecialNumbers;
49 unsigned int m_quotmarkCount;