forked from bblanchon/ArduinoJson
JsonHashTable is now a wrapper on to of JsonValue
This commit is contained in:
@ -32,6 +32,8 @@ namespace ArduinoJson
|
||||
operator char*();
|
||||
operator JsonArray();
|
||||
operator JsonHashTable();
|
||||
|
||||
JsonValue operator[](const char* key);
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user