mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Added namespace ArduinoJson::Internals for private types
This commit is contained in:
@@ -53,8 +53,8 @@ namespace ArduinoJson
|
||||
|
||||
struct KeyValuePair
|
||||
{
|
||||
EscapedString key;
|
||||
JsonValue value;
|
||||
Internals::EscapedString key;
|
||||
Internals::JsonValue value;
|
||||
};
|
||||
|
||||
KeyValuePair items[N];
|
||||
|
||||
Reference in New Issue
Block a user