mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-22 23:07:29 +02:00
Defined the DEPRECATED macro
This commit is contained in:
@ -18,11 +18,7 @@ namespace ArduinoJson
|
||||
|
||||
class JsonValue : public JsonObjectBase
|
||||
{
|
||||
friend JsonArray;
|
||||
friend JsonHashTable;
|
||||
|
||||
public:
|
||||
|
||||
JsonValue() {}
|
||||
|
||||
JsonValue(char* json, jsmntok_t* tokens)
|
||||
|
Reference in New Issue
Block a user