mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed *.ipp to *Impl.hpp because they were ignored by Arduino IDE (issue #396)
This commit is contained in:
@@ -165,4 +165,13 @@ class JsonObject : public Internals::JsonPrintable<JsonObject>,
|
||||
value);
|
||||
}
|
||||
};
|
||||
|
||||
namespace Internals {
|
||||
template <>
|
||||
struct JsonVariantDefault<JsonObject> {
|
||||
static JsonObject& get() {
|
||||
return JsonObject::invalid();
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user