Added JsonGenerator example for Arduino

This commit is contained in:
Benoît Blanchon
2014-07-01 14:08:15 +02:00
parent a9b8e280fe
commit e8831c28d9
15 changed files with 99 additions and 37 deletions

View File

@ -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)