Benoit Blanchon
|
0814fc185f
|
Added a line-break after each "if" to get more accurate coverage report
|
2020-02-16 15:05:23 +01:00 |
|
Benoit Blanchon
|
f9cfea244a
|
Updated copyright notice
|
2020-01-09 15:48:38 +01:00 |
|
Benoit Blanchon
|
2078871f36
|
Added missing #include <ArduinoJson/Namespace.hpp>
|
2019-09-13 12:09:07 +02:00 |
|
Benoit Blanchon
|
fcbec6eb6d
|
Use absolute instead of relative includes (fixes #1072)
|
2019-08-26 11:57:57 +02:00 |
|
Benoit Blanchon
|
80a02cd90d
|
Added ARDUINOJSON_ENABLE_INFINITY to enable Infinity in JSON
|
2019-05-19 15:48:27 +02:00 |
|
Benoit Blanchon
|
7427888e05
|
Added ARDUINOJSON_ENABLE_NAN to enable NaN in JSON (closes #973)
|
2019-05-18 12:15:36 +02:00 |
|
Benoit Blanchon
|
6011a2f51a
|
Fixed deserializeJson() not being picky enough (fixes #969)
|
2019-04-21 14:35:13 +02:00 |
|
Benoit Blanchon
|
576543c4b4
|
Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>()
|
2019-03-06 15:31:37 +01:00 |
|
Benoit Blanchon
|
16ddfbc4e0
|
Fixed strict-aliasing warning in FloatTraits.hpp
|
2019-02-28 15:37:42 +01:00 |
|
Benoit Blanchon
|
f342dee2b4
|
Fixed warning "unused variable" with GCC 4.4 (issue #912)
|
2019-02-28 15:34:21 +01:00 |
|
Benoit Blanchon
|
c3f71c1a99
|
Updated copyright year to 2019
|
2019-02-15 13:32:04 +01:00 |
|
Benoit Blanchon
|
aaf0d5c3c5
|
Renamed and moved internal files
|
2018-11-30 17:53:54 +01:00 |
|
Benoit Blanchon
|
39e5660c4a
|
Extracted a base class for JsonDocument
|
2018-10-04 14:59:07 +02:00 |
|
Benoit Blanchon
|
527dc19794
|
Allow mixed configuration in compilation units (issue #809)
|
2018-10-02 16:54:05 +02:00 |
|
Benoit Blanchon
|
765752261c
|
Improved float serialization when -fsingle-precision-constant is used
|
2018-07-04 12:07:03 +02:00 |
|
Benoit Blanchon
|
037f90aada
|
Disabled lazy number deserialization (fixes #772)
|
2018-07-04 12:02:58 +02:00 |
|
Benoit Blanchon
|
58cb793c96
|
Reorganized polyfills
|
2018-05-17 13:46:23 +02:00 |
|