|
a27398e445
|
Check for NUL terminator in MemoryPool::findString()
|
2021-11-24 19:06:49 +01:00 |
|
|
43b2e2e774
|
Append terminator in saveStringFromFreeZone()
|
2021-11-24 19:06:49 +01:00 |
|
|
62f9b94ab1
|
Add CopiedString and LinkedString
|
2021-11-24 19:06:49 +01:00 |
|
|
b06bbd9d2a
|
Fix inconsistent pool size in BasicJsonDocument 's copy constructor
|
2021-11-23 10:49:35 +01:00 |
|
|
2df1bc7d4f
|
Fix call of overloaded 'swap(...)' is ambiguous (fixes #1678)
|
2021-11-23 10:47:31 +01:00 |
|
|
599e927590
|
Fix JsonVariant::memoryUsage() for raw strings
|
2021-11-12 16:55:41 +01:00 |
|
|
0429016ff1
|
Remove IsWriteableString
|
2021-11-12 15:28:33 +01:00 |
|
|
5ed5f3687b
|
Improve test coverage
|
2021-10-24 09:58:39 +02:00 |
|
|
943a902a0b
|
Remove DeserializationError == bool and DeserializationError != bool
|
2021-10-24 09:58:39 +02:00 |
|
|
a7873389c6
|
Change VariantData::asString() return type to JsonString
|
2021-10-24 09:58:39 +02:00 |
|
|
acfa174333
|
Add safe bool idiom in JsonString
|
2021-10-24 09:58:39 +02:00 |
|
|
8418845c8d
|
Add is<JsonString>()
|
2021-10-24 09:58:39 +02:00 |
|
|
df4a4b9e1d
|
Add as<JsonString>()
|
2021-10-24 09:58:13 +02:00 |
|
|
e4658e963f
|
Change the default of ARDUINOJSON_USE_LONG_LONG to 1 on 32-bit platforms
|
2021-10-19 22:25:45 +02:00 |
|
|
7764515f56
|
Change the default of ARDUINOJSON_USE_DOUBLE to 1
|
2021-10-19 22:25:45 +02:00 |
|
|
7046c38c84
|
Remove ARDUINOJSON_EMBEDDED_MODE
|
2021-10-19 22:25:45 +02:00 |
|
|
9e9bb30a57
|
CI: Test ArduinoJson's configuration
|
2021-10-19 15:36:32 +02:00 |
|
|
e0cd5b6405
|
Increased test coverage
|
2021-09-12 10:13:12 +02:00 |
|
|
956e4a7cbb
|
Fixed deserialization of \u0000 (issue #1646)
|
2021-08-31 14:23:58 +02:00 |
|
|
2c3ae1c181
|
Filter: exact match takes precedence over wildcard (fixes #1628)
|
2021-08-13 10:35:15 +02:00 |
|
|
f570fe8c37
|
Fixed error expected unqualified-id on GCC 11 (fixes #1622)
|
2021-08-03 11:39:18 +02:00 |
|
|
9d58e566fd
|
Added as<std::string_view>() and is<std::string_view>()
|
2021-07-27 14:16:39 +02:00 |
|
|
6632fa8da1
|
Removed StringAdapter::equals()
|
2021-07-27 14:16:39 +02:00 |
|
|
5790f3c8f7
|
Refactored string adapters: only one IsString<T> and adaptString()
|
2021-07-27 14:16:18 +02:00 |
|
|
4073b52c00
|
Changed return type of convertToJson() and Converter::toJson() to void
|
2021-07-23 15:11:48 +02:00 |
|
|
f5c7a6478e
|
Publish script: fixed frontmatter for arduinojson.org
|
2021-07-19 10:19:04 +02:00 |
|
|
09ddb0f824
|
Publish script: generate the file for arduinojson.org
|
2021-07-19 09:58:01 +02:00 |
|
|
f02a699c26
|
CI: added a workflow to create a release when matching tag is pushed
|
2021-07-16 11:06:50 +02:00 |
|
|
67d0931c19
|
Added parameters to script build-arduino-package.sh
|
2021-07-16 09:35:32 +02:00 |
|
|
19d079c33c
|
Removed a symlink because the Arduino Library Specification forbids it
|
2021-07-15 12:50:22 +02:00 |
|
|
8a9a26588c
|
Fixed publish script
|
2021-07-03 16:08:36 +02:00 |
|
|
52e856fa6f
|
CI: added ESP-IDF component build (closes #1599)
|
2021-06-30 13:34:59 +02:00 |
|
|
ef7579394b
|
Fixed JsonVariant::as<unsigned>() (fixes #1601)
|
2021-06-30 09:58:03 +02:00 |
|
|
a6fc9311b4
|
Added JsonArray::clear() (fixes #1597)
|
2021-06-26 11:29:15 +02:00 |
|
|
14639f129e
|
CMake: added empty line at end of each file
|
2021-06-26 11:29:15 +02:00 |
|
|
9182c2068d
|
Fixed build-single-header.sh (fixes #1592)
|
2021-06-21 16:11:02 +02:00 |
|
|
cb1b3be723
|
CI: build single headers
|
2021-06-21 16:11:02 +02:00 |
|
|
f235157466
|
Added support for std::string_view (closes #1578, closes #1554)
|
2021-06-17 20:41:04 +02:00 |
|
|
ba5cdab619
|
Test: extracted executable Cpp11Tests
|
2021-06-17 20:28:09 +02:00 |
|
|
4e261068a1
|
clang-format: set IndentPPDirectives to AfterHash
|
2021-06-16 21:08:01 +02:00 |
|
|
9dbf44388d
|
clang-tidy: muted "call to function is insecure" in tests
|
2021-06-04 11:37:07 +02:00 |
|
|
9bcb409648
|
Fixed serializeJson(doc, String) when allocation fails (fixes #1572)
|
2021-05-30 21:34:07 +02:00 |
|
|
3b10afd2ab
|
CI: test more platforms on PlatformIO
|
2021-05-30 18:45:40 +02:00 |
|
|
622e7dd287
|
Fixed support for volatile float and double (fixes #1557)
|
2021-05-19 15:01:51 +02:00 |
|
|
c7c0b729c1
|
Added a deprecation warning for is<char>() and is<char*>()
|
2021-05-05 15:43:02 +02:00 |
|
|
4780174ee1
|
Added a deprecation warning for as<char>() and set(char)
|
2021-05-04 16:10:50 +02:00 |
|
|
ab23625091
|
Renamed DEPRECATED to ARDUINOJSON_DEPRECATED
|
2021-05-04 14:44:07 +02:00 |
|
|
2be528a3fa
|
serializeMsgPack(doc, p, n) doesn't add terminator anymore (fixes #1545)
|
2021-04-29 20:59:15 +02:00 |
|
|
337864618c
|
Reversed parameters of convertToJson() and convertFromJson()
Now the order matches copyArray(): source first, destination second.
|
2021-04-28 10:25:39 +02:00 |
|
|
4b89878c10
|
Added a deprecation warning for as<char*>()
|
2021-04-27 18:25:42 +02:00 |
|