mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Renamed JsonHashTable into JsonObject
This commit is contained in:
@@ -22,7 +22,7 @@ namespace ArduinoJson
|
||||
namespace Parser
|
||||
{
|
||||
class JsonArray;
|
||||
class JsonHashTable;
|
||||
class JsonObject;
|
||||
|
||||
class JsonValue
|
||||
{
|
||||
@@ -44,7 +44,7 @@ namespace ArduinoJson
|
||||
operator long();
|
||||
operator char*();
|
||||
operator JsonArray();
|
||||
operator JsonHashTable();
|
||||
operator JsonObject();
|
||||
JsonValue operator[](int index);
|
||||
JsonValue operator[](const char*key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user