forked from bblanchon/ArduinoJson
StringExample: remove obsolete comment
This commit is contained in:
@ -55,7 +55,6 @@ void setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Lastly, you can print the resulting JSON to a String
|
// Lastly, you can print the resulting JSON to a String
|
||||||
// WARNING: it doesn't replace the content but appends to it
|
|
||||||
String output;
|
String output;
|
||||||
serializeJson(doc, output);
|
serializeJson(doc, output);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user