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,9 +6,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ArduinoJson/JsonValue.hpp>
|
||||
#include <ArduinoJson/JsonVariant.hpp>
|
||||
#include <ostream>
|
||||
|
||||
namespace ArduinoJson {
|
||||
std::ostream& operator<<(std::ostream& os, const ArduinoJson::JsonValue& v);
|
||||
std::ostream& operator<<(std::ostream& os, const ArduinoJson::JsonVariant& v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user