Renamed JsonHashTable into JsonObject

This commit is contained in:
Benoit Blanchon
2014-07-18 16:46:01 +02:00
parent daa62b3737
commit b75d32e980
12 changed files with 45 additions and 47 deletions

View File

@ -13,7 +13,7 @@ namespace ArduinoJson
{
namespace Parser
{
class JsonHashTable;
class JsonObject;
class JsonArray
{
@ -73,7 +73,7 @@ namespace ArduinoJson
return (double) (*this)[index];
}
DEPRECATED JsonHashTable getHashTable(int index);
DEPRECATED JsonObject getHashTable(int index);
DEPRECATED long getLong(int index)
{