mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 07:17:30 +02:00
Added JsonGenerator example for Arduino
This commit is contained in:
@ -86,7 +86,7 @@ namespace JsonGeneratorTests
|
||||
template<typename T>
|
||||
void write(T value)
|
||||
{
|
||||
returnValue = JsonValue(value).writeTo(*sb);
|
||||
returnValue = JsonValue(value).printTo(*sb);
|
||||
}
|
||||
|
||||
void assertResultIs(const char* expected)
|
||||
|
Reference in New Issue
Block a user