Benoit Blanchon
|
b06bbd9d2a
|
Fix inconsistent pool size in BasicJsonDocument's copy constructor
|
2021-11-23 10:49:35 +01:00 |
|
Benoit Blanchon
|
2df1bc7d4f
|
Fix call of overloaded 'swap(...)' is ambiguous (fixes #1678)
|
2021-11-23 10:47:31 +01:00 |
|
Benoit Blanchon
|
599e927590
|
Fix JsonVariant::memoryUsage() for raw strings
|
2021-11-12 16:55:41 +01:00 |
|
Benoit Blanchon
|
943a902a0b
|
Remove DeserializationError == bool and DeserializationError != bool
|
2021-10-24 09:58:39 +02:00 |
|
Benoit Blanchon
|
acfa174333
|
Add safe bool idiom in JsonString
|
2021-10-24 09:58:39 +02:00 |
|
Benoit Blanchon
|
8418845c8d
|
Add is<JsonString>()
|
2021-10-24 09:58:39 +02:00 |
|
Benoit Blanchon
|
df4a4b9e1d
|
Add as<JsonString>()
|
2021-10-24 09:58:13 +02:00 |
|
Benoit Blanchon
|
e4658e963f
|
Change the default of ARDUINOJSON_USE_LONG_LONG to 1 on 32-bit platforms
|
2021-10-19 22:25:45 +02:00 |
|
Benoit Blanchon
|
7764515f56
|
Change the default of ARDUINOJSON_USE_DOUBLE to 1
|
2021-10-19 22:25:45 +02:00 |
|
Benoit Blanchon
|
7046c38c84
|
Remove ARDUINOJSON_EMBEDDED_MODE
|
2021-10-19 22:25:45 +02:00 |
|
Benoit Blanchon
|
f82a227da6
|
Set version to 6.18.5
|
2021-09-28 17:18:44 +02:00 |
|
Benoit Blanchon
|
fcd8159617
|
Set ARDUINOJSON_EMBEDDED_MODE to 1 on Nios II (closes #1657)
|
2021-09-28 15:58:18 +02:00 |
|
Benoit Blanchon
|
6a71f31820
|
Set version to 6.18.4
|
2021-09-06 09:11:22 +02:00 |
|
Benoit Blanchon
|
956e4a7cbb
|
Fixed deserialization of \u0000 (issue #1646)
|
2021-08-31 14:23:58 +02:00 |
|
Benoit Blanchon
|
2c3ae1c181
|
Filter: exact match takes precedence over wildcard (fixes #1628)
|
2021-08-13 10:35:15 +02:00 |
|
Benoit Blanchon
|
f570fe8c37
|
Fixed error expected unqualified-id on GCC 11 (fixes #1622)
|
2021-08-03 11:39:18 +02:00 |
|
Benoit Blanchon
|
1b74ad0731
|
Fixed error 'dummy' may be used uninitialized on GCC 11
|
2021-08-03 11:39:07 +02:00 |
|
Benoit Blanchon
|
b810833145
|
Set version to 6.18.3
|
2021-07-27 15:44:36 +02:00 |
|
Benoit Blanchon
|
9d58e566fd
|
Added as<std::string_view>() and is<std::string_view>()
|
2021-07-27 14:16:39 +02:00 |
|
Benoit Blanchon
|
4073b52c00
|
Changed return type of convertToJson() and Converter::toJson() to void
|
2021-07-23 15:11:48 +02:00 |
|
Benoit Blanchon
|
ebf58320ca
|
Set version to 6.18.2
|
2021-07-19 10:11:21 +02:00 |
|
Benoit Blanchon
|
19d079c33c
|
Removed a symlink because the Arduino Library Specification forbids it
|
2021-07-15 12:50:22 +02:00 |
|
Benoit Blanchon
|
219475630a
|
Set version to 6.18.1
|
2021-07-03 16:03:01 +02:00 |
|
Andreas Kuster
|
52e856fa6f
|
CI: added ESP-IDF component build (closes #1599)
|
2021-06-30 13:34:59 +02:00 |
|
baruch
|
cb2c029e57
|
Added support for ESP-IDF component build (closes #1562)
|
2021-06-30 10:29:28 +02:00 |
|
Benoit Blanchon
|
ef7579394b
|
Fixed JsonVariant::as<unsigned>() (fixes #1601)
|
2021-06-30 09:58:03 +02:00 |
|
Benoit Blanchon
|
a6fc9311b4
|
Added JsonArray::clear() (fixes #1597)
|
2021-06-26 11:29:15 +02:00 |
|
Benoit Blanchon
|
145d45c746
|
Fixed warning on Clang 10
|
2021-06-17 20:41:04 +02:00 |
|
Benoit Blanchon
|
f235157466
|
Added support for std::string_view (closes #1578, closes #1554)
|
2021-06-17 20:41:04 +02:00 |
|
Benoit Blanchon
|
1d24caf066
|
Added InvalidConversion to identify invalid conversions (closes #1585)
|
2021-06-11 11:54:52 +02:00 |
|
Benoit Blanchon
|
dc76c5165f
|
Fixed clang-tidy warnings (fixes #1574)
|
2021-06-04 12:00:33 +02:00 |
|
Benoit Blanchon
|
9bcb409648
|
Fixed serializeJson(doc, String) when allocation fails (fixes #1572)
|
2021-05-30 21:34:07 +02:00 |
|
Benoit Blanchon
|
af3bb131c8
|
Fixed error Pe070 "incomplete type is not allowed" on IAR (fixes #1560)
|
2021-05-19 15:07:59 +02:00 |
|
Benoit Blanchon
|
622e7dd287
|
Fixed support for volatile float and double (fixes #1557)
|
2021-05-19 15:01:51 +02:00 |
|
Benoit Blanchon
|
36bcc7b355
|
Set version to 6.18.0
|
2021-05-05 20:41:35 +02:00 |
|
Benoit Blanchon
|
4780174ee1
|
Added a deprecation warning for as<char>() and set(char)
|
2021-05-04 16:10:50 +02:00 |
|
Kyle Smith
|
a88cf8fab7
|
PlatformIO: set build.libArchive to false (closes #1550)
|
2021-05-03 08:55:20 +02:00 |
|
Benoit Blanchon
|
2be528a3fa
|
serializeMsgPack(doc, p, n) doesn't add terminator anymore (fixes #1545)
|
2021-04-29 20:59:15 +02:00 |
|
Benoit Blanchon
|
4b89878c10
|
Added a deprecation warning for as<char*>()
|
2021-04-27 18:25:42 +02:00 |
|
Benoit Blanchon
|
898f429826
|
Fixed member-call-on-null-pointer in getMember() when array is empty
|
2021-04-15 14:56:59 +02:00 |
|
George Beckstein
|
803e07c188
|
Updated folders list in .mbedignore (closes #1515)
|
2021-03-31 09:58:51 +02:00 |
|
Benoit Blanchon
|
ff44d93e68
|
Removed buggy blank line in CHANGELOG
|
2021-03-29 19:35:25 +02:00 |
|
Benoit Blanchon
|
347ac422f4
|
Added support for Printable (closes #1444)
|
2021-03-27 14:35:15 +01:00 |
|
Benoit Blanchon
|
d7f5b56ca4
|
Added support for custom converters (closes #687)
|
2021-03-20 14:52:47 +01:00 |
|
Benoit Blanchon
|
e4ce75e20c
|
Simplified JsonVariant::as<T>() to always return T
|
2021-03-08 19:33:52 +01:00 |
|
Benoit Blanchon
|
3aab36fec2
|
Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412)
|
2021-02-25 19:19:23 +01:00 |
|
Benoit Blanchon
|
744d61f6fd
|
Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412)
|
2021-02-23 08:41:24 +01:00 |
|
Benoit Blanchon
|
05498aa178
|
Added JsonVariant::is<JsonVariant>() (issue #1412)
|
2021-02-23 08:39:58 +01:00 |
|
Benoit Blanchon
|
b1eb273d5b
|
Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412)
|
2021-02-23 08:33:28 +01:00 |
|
Benoit Blanchon
|
1038fc35df
|
Removed DeserializationError::NotSupported
|
2021-02-18 19:41:15 +01:00 |
|