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