forked from bblanchon/ArduinoJson
Added JsonHashTable::getHashTable()
This commit is contained in:
@ -26,9 +26,7 @@ public:
|
||||
}
|
||||
|
||||
JsonArray getArray(int index);
|
||||
|
||||
JsonHashTable getHashTable(int index);
|
||||
|
||||
char* getString(int index);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user