|
ef8ed28aec
|
Rename VariantConstRef to JsonVariantConst
|
2022-12-19 14:41:43 +01:00 |
|
|
d0b619ea93
|
Rename UInt to JsonUInt
|
2022-12-19 14:41:43 +01:00 |
|
|
652d70fe2c
|
Rename Integer to JsonInteger
|
2022-12-19 14:41:43 +01:00 |
|
|
8228aec74b
|
Rename Float to JsonFloat
|
2022-12-19 14:41:43 +01:00 |
|
|
af18994deb
|
Update copyright notice
|
2022-01-01 10:01:05 +01:00 |
|
|
fc4f5fd05f
|
Changed integer storage from positive/negative to signed/unsigned
|
2021-04-14 11:45:01 +02:00 |
|
|
d5d2209d09
|
Added "https://" prefix to all URLs so they are clickable in VS Code
|
2021-03-29 19:35:25 +02:00 |
|
|
d7f5b56ca4
|
Added support for custom converters (closes #687)
|
2021-03-20 14:52:47 +01:00 |
|
|
97b7161d78
|
Update copyright notice for 2021
|
2021-01-25 09:14:15 +01:00 |
|
|
6d2ad4539f
|
Simplified the implementation of parseNumber()
|
2020-09-04 09:23:40 +02:00 |
|
|
824b7a25ca
|
Reduced stack usage when compiled with -Og (issue #1210)
This saves 96 bytes on ESP8266
|
2020-07-26 12:25:13 +02:00 |
|
|
0814fc185f
|
Added a line-break after each "if" to get more accurate coverage report
|
2020-02-16 15:05:23 +01:00 |
|
|
f9cfea244a
|
Updated copyright notice
|
2020-01-09 15:48:38 +01:00 |
|
|
fcbec6eb6d
|
Use absolute instead of relative includes (fixes #1072)
|
2019-08-26 11:57:57 +02:00 |
|
|
80a02cd90d
|
Added ARDUINOJSON_ENABLE_INFINITY to enable Infinity in JSON
|
2019-05-19 15:48:27 +02:00 |
|
|
7427888e05
|
Added ARDUINOJSON_ENABLE_NAN to enable NaN in JSON (closes #973)
|
2019-05-18 12:15:36 +02:00 |
|
|
6011a2f51a
|
Fixed deserializeJson() not being picky enough (fixes #969)
|
2019-04-21 14:35:13 +02:00 |
|
|
576543c4b4
|
Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>()
|
2019-03-06 15:31:37 +01:00 |
|