diff --git a/examples/StringExample/StringExample.ino b/examples/StringExample/StringExample.ino index 57d04f38..70036f5f 100644 --- a/examples/StringExample/StringExample.ino +++ b/examples/StringExample/StringExample.ino @@ -55,7 +55,6 @@ void setup() { } // Lastly, you can print the resulting JSON to a String - // WARNING: it doesn't replace the content but appends to it String output; serializeJson(doc, output); }