mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-24 07:47:32 +02:00
Extracted class JsonParserBase
This commit is contained in:
@ -15,9 +15,7 @@ namespace ArduinoJson
|
||||
|
||||
class JsonArray : public JsonObjectBase
|
||||
{
|
||||
template <int N>
|
||||
friend class JsonParser;
|
||||
|
||||
friend class JsonParserBase;
|
||||
friend class JsonHashTable;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user