Added JsonPrintable.prettyPrintTo(Print&)

This commit is contained in:
Benoit Blanchon
2014-08-25 11:39:04 +02:00
parent 3d322fdb28
commit f7aa0f89e3
3 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// This file is here to help the Arduino IDE find the .cpp files
#include "JsonGenerator/EscapedString.cpp"
#include "JsonGenerator/IndentedPrintDecorator.cpp"
#include "JsonGenerator/JsonArrayBase.cpp"
#include "JsonGenerator/JsonObjectBase.cpp"
#include "JsonGenerator/JsonValue.cpp"