mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Moved JsonValue to namespace ArduinoJson::Generator
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
||||
namespace Internals
|
||||
namespace Generator
|
||||
{
|
||||
class JsonValue
|
||||
{
|
||||
@@ -76,7 +76,7 @@ namespace ArduinoJson
|
||||
bool asBool;
|
||||
long asLong;
|
||||
Printable* asPrintable;
|
||||
EscapedString asString;
|
||||
Internals::EscapedString asString;
|
||||
double asDouble;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user