Commit Graph

358 Commits

Author SHA1 Message Date
Benoit Blanchon c59ddd8a9d Fixed number of tokens (issue #29) 2014-10-15 16:31:20 +02:00
Benoit Blanchon dae0dc5ebb Replaced old style casts (issue #28) 2014-10-10 18:44:04 +02:00
Benoît Blanchon e725b756a6 Merge pull request #27 from ivankravets/patch-1
PlatformIO-based manifest file
2014-10-04 10:31:15 +02:00
Ivan Kravets dbe6f89ed8 PlatformIO-based manifest file
Web: http://platformio.ikravets.com/#!/lib/show/Arduino-Json
Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html
2014-10-03 22:06:24 +03:00
Benoit Blanchon 84e34d2a27 Added content of issue #26 in the testimonials 2014-10-03 10:06:52 +02:00
Benoit Blanchon ce788d96c4 Changed naming convention to avoid shadowing (issue #25) 2014-09-28 13:36:41 +02:00
Benoit Blanchon cc19266470 Added missing newline at end-of-file (issue #24) 2014-09-27 21:24:29 +02:00
Benoit Blanchon 18f93b4eb6 Fixed issue #22 2014-09-27 21:02:43 +02:00
Benoit Blanchon e682ed5a1e Added a test prooving issue #22 2014-09-27 21:02:43 +02:00
Benoit Blanchon 4cfb0ab84d Fixed issue #21 2014-09-20 18:56:22 +02:00
Benoit Blanchon a1b6c2df75 Merge branch 'parse-escaped-chars' v3.4 2014-09-09 21:33:12 +02:00
Benoit Blanchon feb6060887 Updated change-log 2014-09-09 21:32:27 +02:00
Benoit Blanchon 49d2b4b2a2 Updated code size 2014-09-09 21:25:25 +02:00
Benoit Blanchon 286a514fbe Minor clean up 2014-09-09 21:23:37 +02:00
Benoit Blanchon 9d3b522e7b Reduced code size (-6 bytes) 2014-09-07 20:11:33 +02:00
Benoit Blanchon c32642e130 Reduced code size (-6 bytes) 2014-09-07 19:55:54 +02:00
Benoit Blanchon 7a3fa35bd8 Added LICENSE.md 2014-09-06 12:04:09 +02:00
Benoit Blanchon 0154fc15cb Added escaped char replacement 2014-09-04 21:49:43 +02:00
Benoit Blanchon 24d173c3b9 Added tests of escaped chars 2014-09-04 21:30:50 +02:00
Benoit Blanchon d4c1b6f2c2 Extracted a class to test strings 2014-09-04 21:20:40 +02:00
Benoit Blanchon 58c051f564 Added comments v3.3 2014-09-01 21:36:09 +02:00
Benoit Blanchon 763aa7fe37 Added an overload of prettyPrintTo() 2014-09-01 21:22:56 +02:00
Benoit Blanchon cd88fb0882 Added prettyPrintTo() 2014-09-01 21:22:34 +02:00
Benoit Blanchon ec843659d8 Updated CHANGELOG.md 2014-09-01 21:14:09 +02:00
Benoit Blanchon 2997a405a0 Added IndentedPrint example 2014-08-26 12:48:59 +02:00
Benoit Blanchon 57f28c2017 Reduced code size 2014-08-26 12:11:17 +02:00
Benoit Blanchon b3b70b78cf Fixed build error in Arduino IDE 2014-08-26 12:03:50 +02:00
Benoit Blanchon 48018bd6e6 Set default tab size to 2 2014-08-26 11:59:41 +02:00
Benoit Blanchon 61952a9bcd Added setTabSize() 2014-08-26 11:58:33 +02:00
Benoit Blanchon 602cc104f9 Set line ending to CR LF, like in Arduino source code 2014-08-26 11:52:12 +02:00
Benoit Blanchon d71a39211d Fixed prettyPrintTo calling printTo 2014-08-26 10:26:40 +02:00
Benoit Blanchon f77a8b02e3 Fixed file names 2014-08-26 10:26:12 +02:00
Benoit Blanchon aa2cd0db00 Moved IndentedPrint into the namespace ArduinoJson::Generator 2014-08-26 10:16:13 +02:00
Benoit Blanchon f127ef6019 Refactoring... 2014-08-26 10:13:49 +02:00
Benoit Blanchon 3ae7327687 Renamed PrettyPrintDecorator into JsonPrettyPrint 2014-08-26 10:08:54 +02:00
Benoit Blanchon 23e61cc0f7 Renamed IndentedPrintDecorator into IndentedPrint 2014-08-26 09:56:05 +02:00
Benoit Blanchon b5002265cf Refactoring... 2014-08-26 09:53:32 +02:00
Benoit Blanchon e48ea94789 Refactoring... 2014-08-26 09:49:59 +02:00
Benoit Blanchon 6539c6982c Extracted class IndentedPrintDecorator from PrettyPrintDecorator 2014-08-26 09:28:41 +02:00
Benoit Blanchon d877d77b63 Moved PrettyPrintDecorator into the namespace ArduinoJson::Generator 2014-08-25 13:19:07 +02:00
Benoit Blanchon 1df6cde026 Refactoring... 2014-08-25 13:14:09 +02:00
Benoit Blanchon fafae8181b Refactoring... 2014-08-25 12:51:56 +02:00
Benoit Blanchon 151fc52c1c Refactoring... 2014-08-25 12:48:38 +02:00
Benoit Blanchon ea79340dc7 Refactoring... 2014-08-25 12:41:49 +02:00
Benoit Blanchon 9e88514700 Refactoring.... 2014-08-25 12:28:58 +02:00
Benoit Blanchon 752378a8cb Fixed bug when a string contains a brace 2014-08-25 12:23:08 +02:00
Benoit Blanchon 8465cc0c83 Refactoring... 2014-08-25 11:46:42 +02:00
Benoit Blanchon 2ddf8f1619 Renamed IndentedPrintDecorator to PrettyPrintDecorator 2014-08-25 11:42:07 +02:00
Benoit Blanchon f7aa0f89e3 Added JsonPrintable.prettyPrintTo(Print&) 2014-08-25 11:39:04 +02:00
Benoit Blanchon 3d322fdb28 Test nested arrays 2014-08-25 11:02:38 +02:00