mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Epic refactoring int progress...
This commit is contained in:
@@ -18,6 +18,7 @@ class JsonParser {
|
||||
|
||||
JsonArray parseArray();
|
||||
JsonObject parseObject();
|
||||
JsonValue parseValue();
|
||||
|
||||
private:
|
||||
bool isEnd() { return *_ptr == 0; }
|
||||
|
||||
Reference in New Issue
Block a user