Benoit Blanchon
|
af18994deb
|
Update copyright notice
|
2022-01-01 10:01:05 +01:00 |
|
Benoit Blanchon
|
ca24ed48f5
|
Separate string adapter from storage policy
|
2021-12-07 16:08:44 +01:00 |
|
Benoit Blanchon
|
be70f6ddd7
|
Support NUL inside string values (issue #1646)
|
2021-12-07 16:08:44 +01:00 |
|
Benoit Blanchon
|
43b2e2e774
|
Append terminator in saveStringFromFreeZone()
|
2021-11-24 19:06:49 +01:00 |
|
Benoit Blanchon
|
62f9b94ab1
|
Add CopiedString and LinkedString
|
2021-11-24 19:06:49 +01:00 |
|
Benoit Blanchon
|
0429016ff1
|
Remove IsWriteableString
|
2021-11-12 15:28:33 +01:00 |
|
Benoit Blanchon
|
a7873389c6
|
Change VariantData::asString() return type to 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
|
1b74ad0731
|
Fixed error 'dummy' may be used uninitialized on GCC 11
|
2021-08-03 11:39:07 +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
|
337864618c
|
Reversed parameters of convertToJson() and convertFromJson()
Now the order matches copyArray(): source first, destination second.
|
2021-04-28 10:25:39 +02:00 |
|
Benoit Blanchon
|
d8a1d1a120
|
Increased coverage of ConverterImpl.hpp
|
2021-04-18 17:23:51 +02:00 |
|
Benoit Blanchon
|
64e52e97ee
|
Removed redundant range check in MemoryPoolPrint
|
2021-04-18 16:47:28 +02:00 |
|
Benoit Blanchon
|
d5d2209d09
|
Added "https://" prefix to all URLs so they are clickable in VS Code
|
2021-03-29 19:35:25 +02:00 |
|
Benoit Blanchon
|
c81e8fc93a
|
README: added a link to ARDUINOJSON_ENABLE_ARDUINO_STREAM
|
2021-03-29 18:10:00 +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 |
|