mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-20 22:12:31 +02: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