Benoit Blanchon
671329a3e9
Updated copyright year from 2016 to 2017
2017-01-06 21:07:34 +01:00
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
c87a0e97ab
Added as<JsonArray>() as a synonym for as<JsonArray&>()... (issue #291 )
2016-07-17 17:22:58 +02:00
Benoit Blanchon
a8032f81d9
Added JsonVariant JsonBuffer::parse() (issue #265 )
2016-04-30 09:47:53 +02:00
Benoit Blanchon
a241d53d28
Added JsonVariant::as<char*>() as a synonym for JsonVariant::as<const char*>() (issue #257 )
2016-04-05 20:47:04 +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
056682327b
Changed String to be a typedef of std::string (issues #142 and #161 )
2015-11-25 21:09:18 +01:00
Benoit Blanchon
39c506b419
Reduced generator size. Fixed Visual Studio warnings
2015-08-19 16:08:19 +02: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