JsonHashTable is now a wrapper on to of JsonValue

This commit is contained in:
Benoît Blanchon
2014-07-17 12:59:26 +02:00
parent b6e3a37ad9
commit f2579397d6
5 changed files with 60 additions and 48 deletions

View File

@ -21,6 +21,8 @@ namespace ArduinoJson
{
class JsonObjectBase
{
friend class JsonHashTable;
public:
JsonObjectBase()