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);
46 bool m_quotmarkClosed;
47 unsigned int m_quotmarkCount;