mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 21:12:25 +02:00
JsonHashTable is now a wrapper on to of JsonValue
This commit is contained in:
@ -21,6 +21,8 @@ namespace ArduinoJson
|
||||
{
|
||||
class JsonObjectBase
|
||||
{
|
||||
friend class JsonHashTable;
|
||||
|
||||
public:
|
||||
|
||||
JsonObjectBase()
|
||||
|
Reference in New Issue
Block a user