forked from bblanchon/ArduinoJson
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