mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Merged JsonArrayIterator and JsonObjectIterator into a one template class
This commit is contained in:
@@ -13,8 +13,10 @@ namespace ArduinoJson {
|
||||
|
||||
class JsonValue : public Internals::JsonNodeWrapper {
|
||||
friend class JsonArray;
|
||||
friend class JsonArrayIterator;
|
||||
friend class JsonArrayConstIterator;
|
||||
template <typename T>
|
||||
friend class JsonIterator;
|
||||
template <typename T>
|
||||
friend class JsonConstIterator;
|
||||
friend class JsonBuffer;
|
||||
friend class JsonObject;
|
||||
friend class JsonObjectKeyValue;
|
||||
|
||||
Reference in New Issue
Block a user