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
deb57b960b
Fixed parser that incorrectly rejected floats containing a + (issue #349 )
2016-09-19 10:08:14 +02:00
Benoit Blanchon
2f6f3d0629
Fixed return value of JsonObject::set() (issue #350 )
2016-09-16 10:10:31 +02: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
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199 )
2016-06-22 21:41:19 +02:00
Benoit Blanchon
9b3e3a3d9c
Renamed JsonVariant::invalid<T>() to JsonVariant::defaultValue<T>()
2016-05-18 09:17:45 +02:00
ulion
b47a3b566a
Removed duplication when one replaces a value in a (PR #232 by @ulion)
2016-02-23 21:27:52 +01: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
c6a4bfa886
Fixed ambiguous overload with JsonArraySubscript and JsonObjectSubscript (issue #122 )
2015-09-28 22:14:50 +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
Benoit Blanchon
c161f698fc
Implicitly duplicate String in the JsonBuffer (issue #84 , #87 )
2015-07-25 15:38:12 +02:00
Benoit Blanchon
1b5be892b9
Added support of String class (issue #55 , #56 , #70 , #77 )
2015-05-25 15:38:58 +02:00
Benoit Blanchon
756c279cdc
Redesigned JsonVariant to leverage converting constructors instead of assignment operators
2015-05-23 15:32:50 +02:00