mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +01:00
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