Defined the DEPRECATED macro

This commit is contained in:
Benoît Blanchon
2014-07-16 13:53:56 +02:00
parent 6a868e46bd
commit 7487b8cbb7
7 changed files with 23 additions and 22 deletions

View File

@ -18,11 +18,7 @@ namespace ArduinoJson
class JsonValue : public JsonObjectBase
{
friend JsonArray;
friend JsonHashTable;
public:
JsonValue() {}
JsonValue(char* json, jsmntok_t* tokens)