Util: Improve JSON parsing and add error messages

This commit is contained in:
Riyyi
2022-06-28 16:24:13 +02:00
parent a14cd1e0a5
commit fdeba07fd4
2 changed files with 57 additions and 37 deletions
+1
View File
@@ -31,6 +31,7 @@ public:
private:
Token peek();
bool seekForward(Token::Type type);
Token consume();
bool consumeSpecific(Token::Type type);