forked from bblanchon/ArduinoJson
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