mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-20 14:02:24 +02:00
Added method appendFormatted()
This commit is contained in:
@ -17,8 +17,9 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void append(const char* format, ...);
|
||||
void append(const char* s);
|
||||
void appendEscaped(const char* s);
|
||||
void appendFormatted(const char* format, ...);
|
||||
|
||||
private:
|
||||
char* buffer;
|
||||
|
Reference in New Issue
Block a user