Benoit Blanchon
aa2ef79e55
Templatized all functions using String or std::string
...
* Removed `ArduinoJson::String`
* Removed `JsonVariant::defaultValue<T>()`
* Removed non-template `JsonObject::get()` and `JsonArray.get()`
* Fixed support for `StringSumHelper` (issue #184 )
* Replaced `ARDUINOJSON_USE_ARDUINO_STRING` by `ARDUINOJSON_ENABLE_STD_STRING` and `ARDUINOJSON_ENABLE_ARDUINO_STRING` (issue #378 )
* Added example `StringExample.ino` to show where `String` can be used
2016-11-06 17:52:18 +01:00
Benoit Blanchon
a60b35f41c
Extracted class JsonSerializer
2016-09-11 13:43:21 +02:00
Benoit Blanchon
8733f95e51
Added support of long long (issue #171 )
...
Moved all build settings to `ArduinoJson/Configuration.hpp`
Added AppVeyor settings in source tree
2016-02-14 16:18:13 +01:00
Benoit Blanchon
b6d8e6c989
Updated copyright year from 2015 to 2016
2016-01-07 22:39:57 +01:00
Benoit Blanchon
ef2641b49b
Store parsed token as string and allow conversion between various types (issues #64 , #69 , #90 , #93 )
2015-08-10 17:22:22 +02:00
Benoit Blanchon
92e687303d
Added support of non standard JSON input (issue #44 )
2015-07-10 22:11:26 +02:00
Benoit Blanchon
08d05df00e
Added JsonPrintable::measureLength() (issue #75 )
2015-05-09 16:53:48 +02:00
Benoit Blanchon
5e5f060fc0
Updated copyright for 2015
2015-02-07 16:05:48 +01:00
Benoit Blanchon
f6133f2d36
Reduced size by 300 bytes by reusing the JsonPrettyPrint from v3
2014-11-08 19:40:07 +01:00
Benoit Blanchon
e7864c9566
Use Print& instead of Print*
2014-11-06 14:29:29 +01:00
Benoit Blanchon
79bfe731af
Added comments
2014-11-06 13:42:16 +01:00
Benoit Blanchon
6ce2497879
Move JsonPrintable into Internals/
2014-11-05 08:53:41 +01:00