forked from bblanchon/ArduinoJson
Added a tests of a string with a double quote in it
This commit is contained in:
@ -18,6 +18,7 @@ public:
|
||||
}
|
||||
|
||||
void append(const char* format, ...);
|
||||
void appendEscaped(const char* s);
|
||||
|
||||
private:
|
||||
char* buffer;
|
||||
|
Reference in New Issue
Block a user