forked from bblanchon/ArduinoJson
Removed unused stuff
This commit is contained in:
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
#include "JsonValue.h"
|
#include "JsonValue.h"
|
||||||
#include "JsonArrayIterator.h"
|
#include "JsonArrayIterator.h"
|
||||||
#include "JsonToken.h"
|
|
||||||
|
|
||||||
namespace ArduinoJson
|
namespace ArduinoJson
|
||||||
{
|
{
|
||||||
|
@ -79,11 +79,6 @@ namespace ArduinoJson
|
|||||||
{
|
{
|
||||||
return operator[](key);
|
return operator[](key);
|
||||||
}
|
}
|
||||||
|
|
||||||
static JsonObject null()
|
|
||||||
{
|
|
||||||
return JsonObject(JsonToken::null());
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef JsonObject JsonHashTable;
|
typedef JsonObject JsonHashTable;
|
||||||
|
@ -21,9 +21,6 @@ namespace ArduinoJson
|
|||||||
{
|
{
|
||||||
namespace Parser
|
namespace Parser
|
||||||
{
|
{
|
||||||
class JsonArray;
|
|
||||||
class JsonObject;
|
|
||||||
|
|
||||||
class JsonValue : protected JsonToken
|
class JsonValue : protected JsonToken
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user