Added JsonArrayIterator (tests are failing)

This commit is contained in:
Benoît Blanchon
2014-07-17 13:58:30 +02:00
parent ca01ecfb49
commit c329572d24
6 changed files with 109 additions and 1 deletions

View File

@ -26,6 +26,8 @@ namespace ArduinoJson
class JsonValue
{
friend class JsonArrayIterator;
public:
JsonValue()
: json(0), tokens(0)