forked from bblanchon/ArduinoJson
Merge branch 'merge-parser-and-generator' of github.com:bblanchon/ArduinoJson into merge-parser-and-generator
This commit is contained in:
@ -22,6 +22,7 @@ class JsonParser {
|
||||
bool isEnd() { return *_ptr == '\0'; }
|
||||
|
||||
bool skip(char charToSkip);
|
||||
bool skip(const char *wordToSkip);
|
||||
void skipSpaces();
|
||||
|
||||
void parseAnythingTo(JsonValue &destination);
|
||||
|
Reference in New Issue
Block a user