mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
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