Added JsonArrayIterator

This commit is contained in:
Benoit Blanchon
2014-10-22 17:59:59 +02:00
parent 9946abf731
commit d842e246c9
6 changed files with 87 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ namespace ArduinoJson
{
namespace Internals
{
// TODO: replace by JsonArrayIterator and JsonObjectIterator
class JsonNodeIterator
{
public: