mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-21 06:22:23 +02:00
Use EscapedString for keys in JsonHashTable
This commit is contained in:
@ -10,10 +10,10 @@
|
||||
class EscapedString
|
||||
{
|
||||
public:
|
||||
EscapedString(const char* s)
|
||||
: rawString(s)
|
||||
{
|
||||
|
||||
void set(const char* s)
|
||||
{
|
||||
rawString = s;
|
||||
}
|
||||
|
||||
size_t printTo(Print&) const;
|
||||
|
Reference in New Issue
Block a user