mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Added JsonParser_String_Tests.cpp
This commit is contained in:
@@ -26,7 +26,9 @@ public:
|
||||
|
||||
JsonValue createValue();
|
||||
|
||||
JsonArray parseArray(char* string);
|
||||
JsonArray parseArray(char* json);
|
||||
|
||||
JsonValue parseValue(char* json);
|
||||
|
||||
protected:
|
||||
virtual void* allocateNode() = 0;
|
||||
@@ -41,4 +43,3 @@ private:
|
||||
JsonNode* createObjectNode();
|
||||
JsonNode* createStringNode(const char* value);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user