mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Removed class JsonParserBase
This commit is contained in:
@@ -12,8 +12,10 @@ class JsonArray;
|
||||
|
||||
class JsonHashTable : public JsonObjectBase
|
||||
{
|
||||
template <int N>
|
||||
friend class JsonParser;
|
||||
|
||||
friend class JsonArray;
|
||||
friend class JsonParserBase;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user