mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Removed JsonPair constructor
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
namespace ArduinoJson {
|
||||
|
||||
struct JsonPair {
|
||||
JsonPair(const char* k) : key(k) {}
|
||||
|
||||
const char* key;
|
||||
JsonVariant value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user