mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02: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