Commit Graph

17 Commits

Author SHA1 Message Date
Benoit Blanchon c38af3e32c Cleaned up 2014-07-08 21:29:19 +02:00
Benoît Blanchon 6c1ab912ff Added namespace ArduinoJson::Internals for private types 2014-07-07 14:05:41 +02:00
Benoît Blanchon 99521cc718 Removed default template value for DIGITS, because Arduino 1.0.5 refused it 2014-07-07 13:59:31 +02:00
Benoît Blanchon adb8fa4d44 Set a default value for DIGITS 2014-07-07 13:28:31 +02:00
Benoît Blanchon be6c4bf4d1 Number of digits is now a template parameter 2014-07-07 13:24:14 +02:00
Benoît Blanchon bae5c36f41 Added namespace 2014-07-03 13:55:38 +02:00
Benoît Blanchon 81c7b9f700 Can now set the double value precision. 2014-07-03 13:35:39 +02:00
Benoît Blanchon e87bde6594 Added a JsonValue constructor for float 2014-07-02 13:46:25 +02:00
Benoît Blanchon 922b131f8d Splitted the special char tests 2014-07-02 13:24:33 +02:00
Benoît Blanchon ae73a06328 Extracted class StringBuilderTests 2014-07-02 13:16:44 +02:00
Benoît Blanchon 61e53a505d Added a test that stores an integer in a JsonValue 2014-07-02 13:06:38 +02:00
Benoît Blanchon 937837848c Added a test that stores a long in a JsonValue 2014-07-02 13:02:28 +02:00
Benoît Blanchon e8831c28d9 Added JsonGenerator example for Arduino 2014-07-01 14:08:15 +02:00
Benoît Blanchon c84860e3f4 Renamed JsonSink::append() into write() to match Arduino's Print class 2014-07-01 13:33:00 +02:00
Benoît Blanchon 88f630cee5 Added tests on returned value. 2014-07-01 13:20:47 +02:00
Benoît Blanchon a57220debc Changed JsonSink to match Arduino's Print class 2014-07-01 13:15:50 +02:00
Benoît Blanchon 69d682ce81 Extracted interface JsonSink. 2014-06-30 19:19:39 +02:00