mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Replace CopiedString and LinkedString with JsonString
This commit is contained in:
@@ -417,7 +417,7 @@ class MsgPackDeserializer {
|
||||
if (!readKey())
|
||||
return false;
|
||||
|
||||
typename TStringStorage::string_type key = _stringStorage.str();
|
||||
String key = _stringStorage.str();
|
||||
TFilter memberFilter = filter[key.c_str()];
|
||||
VariantData *member;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user