forked from bblanchon/ArduinoJson
Added JsonArrayIterator (tests are failing)
This commit is contained in:
@ -26,6 +26,8 @@ namespace ArduinoJson
|
||||
|
||||
class JsonValue
|
||||
{
|
||||
friend class JsonArrayIterator;
|
||||
|
||||
public:
|
||||
JsonValue()
|
||||
: json(0), tokens(0)
|
||||
|
Reference in New Issue
Block a user