mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed JsonValue to JsonVariant
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "JsonValue.hpp"
|
||||
#include "JsonVariant.hpp"
|
||||
|
||||
namespace ArduinoJson {
|
||||
|
||||
@@ -14,6 +14,6 @@ struct JsonPair {
|
||||
JsonPair(const char* k) : key(k) {}
|
||||
|
||||
const char* key;
|
||||
JsonValue value;
|
||||
JsonVariant value;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user