forked from bblanchon/ArduinoJson
Generator: added a test of one string in an array
This commit is contained in:
@ -6,9 +6,3 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "JsonArray.h"
|
||||
|
||||
void JsonArray::writeTo(char* buffer, size_t bufferSize)
|
||||
{
|
||||
strncpy(buffer, "[]", bufferSize);
|
||||
|
||||
}
|
Reference in New Issue
Block a user