JsonArray is now a simple wrapper on top of JsonValue

This commit is contained in:
Benoît Blanchon
2014-07-17 13:12:12 +02:00
parent f2579397d6
commit 5e1697f47b
9 changed files with 93 additions and 132 deletions

View File

@ -5,7 +5,6 @@
#pragma once
#include "JsonObjectBase.h"
#include "JsonValue.h"
namespace ArduinoJson