mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01: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