Added comments

This commit is contained in:
Benoit Blanchon
2014-09-01 21:36:09 +02:00
parent 763aa7fe37
commit 58c051f564
3 changed files with 21 additions and 1 deletions

View File

@ -12,6 +12,7 @@ namespace ArduinoJson
{
namespace Generator
{
// Converts a compact JSON string into an indented one.
class JsonPrettyPrint : public Print
{
public: