Benoit Blanchon
|
763be4f266
|
Set version to 6.15.0
|
2020-03-22 21:02:38 +01:00 |
|
Benoit Blanchon
|
9cb0ddb5e7
|
Removed the copy-constructor of JsonDocument (issue #1189)
|
2020-03-05 13:46:45 +01:00 |
|
Benoit Blanchon
|
735bea1f47
|
Added StaticJsonDocument::garbageCollect()
|
2020-03-02 14:50:16 +01:00 |
|
Benoit Blanchon
|
0853b04589
|
Changed BasicJsonDocument's copy-constructor to copy the capacity
|
2020-03-02 12:39:29 +01:00 |
|
Benoit Blanchon
|
c1b3705df1
|
Added BasicJsonDocument::garbageCollect() (issue #1195)
|
2020-03-01 18:01:55 +01:00 |
|
Benoit Blanchon
|
2540b4e01b
|
Added move-constructor and move-assignment to BasicJsonDocument
|
2020-03-01 17:24:29 +01:00 |
|
Benoit Blanchon
|
2641697e0b
|
Fixed incorrect string comparison on some platforms (fixes #1198)
|
2020-02-27 11:44:09 +01:00 |
|
Benoit Blanchon
|
2996503b27
|
Fixed enums serialized as booleans (fixes #1197)
|
2020-02-26 16:16:20 +01:00 |
|
Benoit Blanchon
|
af0edecddb
|
Fixed MemberProxy::set(char[]) not duplicating the string (fixes #1191)
|
2020-02-22 12:06:39 +01:00 |
|
Benoit Blanchon
|
d8724e0a0b
|
Changed the array subscript to automatically add missing elements
|
2020-02-20 08:59:25 +01:00 |
|
Benoit Blanchon
|
d2a67f362f
|
Fixed "deprecated-copy" warning on GCC 9 (fixes #1184)
|
2020-02-13 11:07:40 +01:00 |
|
Benoit Blanchon
|
66b12da4e7
|
Added DeserializationOption::Filter (closes #959)
|
2020-02-12 17:22:42 +01:00 |
|
Benoit Blanchon
|
42b0d6a83d
|
Set version to 6.14.1
|
2020-01-27 15:05:36 +01:00 |
|
Benoit Blanchon
|
94b1c75fd2
|
Added getElement() and getMember() to JsonVariantConst
|
2020-01-27 12:35:32 +01:00 |
|
Benoit Blanchon
|
09d4b2cd38
|
Fixed regression in UTF16 decoding (fixes #1173)
|
2020-01-27 12:10:10 +01:00 |
|
Benoit Blanchon
|
ddfe7d8b91
|
Set version to 6.14.0
|
2020-01-16 20:48:03 +01:00 |
|
Benoit Blanchon
|
1e3d478998
|
Improved speed of serializeXxx() when writing to a String
|
2020-01-14 14:50:44 +01:00 |
|
Benoit Blanchon
|
3aebef6d0a
|
Fixed value returned by serializeXxx() when writing to a String
|
2020-01-14 11:22:44 +01:00 |
|
Benoit Blanchon
|
25879466da
|
Fixed variant.is<nullptr_t>()
|
2020-01-13 20:47:43 +01:00 |
|
Benoit Blanchon
|
06a0d1a872
|
Added measureJson, measureJsonPretty, and measureMsgPack to keywords
|
2020-01-13 18:20:05 +01:00 |
|
Benoit Blanchon
|
04fe7e1a27
|
Added ARDUINOJSON_ENABLE_COMMENTS to enable support for comments
|
2020-01-13 18:16:02 +01:00 |
|
Kay Sievers
|
91b808381e
|
Improved decoding of UTF-16 surrogate pairs (closes #1157)
|
2020-01-08 09:55:43 +01:00 |
|
Benoit Blanchon
|
8550418875
|
Auto enable std::string and stream on modern compilers (closes #1156)
|
2020-01-04 15:05:20 +01:00 |
|
Benoit Blanchon
|
8bf6f6e09f
|
Added support uint8_t for serializeMsgPack() (closes #1142)
|
2019-12-13 14:15:30 +01:00 |
|
Benoit Blanchon
|
062c1c13b5
|
Added BasicJsonDocument::shrinkToFit()
|
2019-11-07 15:40:20 +01:00 |
|
Benoit Blanchon
|
1b8107094f
|
Set version to 6.13.0
|
2019-11-01 10:32:45 +01:00 |
|
Benoit Blanchon
|
6da6f921cd
|
Fixed dangling reference in MemberProxy and ElementProxy (fixes #1120)
|
2019-10-30 19:09:21 +01:00 |
|
Benoit Blanchon
|
ef63757b1a
|
Fixed deserializer that stopped reading at the first 0xFF (closes #1118)
|
2019-10-29 14:17:11 +01:00 |
|
Benoit Blanchon
|
3a169df0a5
|
Added support for custom reader classes
|
2019-10-25 11:39:04 +02:00 |
|
Benoit Blanchon
|
d4f819f1f0
|
Added detection of Atmel AVR8/GNU C Compiler (fixes #1112)
|
2019-10-18 22:10:35 +02:00 |
|
Benoit Blanchon
|
16fe3c0acc
|
Improved deserializeMsgPack() speed by reading several bytes at once
|
2019-10-14 12:02:26 +02:00 |
|
Benoit Blanchon
|
a37480eec9
|
Fixed deserializeJson() when input contains duplicate keys (fixes #1095)
|
2019-09-27 10:07:29 +02:00 |
|
Benoit Blanchon
|
7d1d0c4e67
|
Added conversion from JsonArray/JsonObject to bool
|
2019-09-24 09:38:00 +02:00 |
|
Benoit Blanchon
|
498a2e4c1e
|
Added support for custom writer classes (closes #1088)
|
2019-09-13 14:10:21 +02:00 |
|
Benoit Blanchon
|
1a81d46a97
|
Set version to 6.12.0
|
2019-09-05 09:31:06 +02:00 |
|
Benoit Blanchon
|
b47ac27ac6
|
Moved ancillary files to extras/ (fixes #1011)
|
2019-09-03 15:11:05 +02:00 |
|
Benoit Blanchon
|
ed18e77655
|
Changed as<bool>() to return true for any non-null value (closes #1005)
|
2019-08-29 08:56:34 +02:00 |
|
Benoit Blanchon
|
fcbec6eb6d
|
Use absolute instead of relative includes (fixes #1072)
|
2019-08-26 11:57:57 +02:00 |
|
Benoit Blanchon
|
f5c25823bc
|
Set version to 6.11.5
|
2019-08-23 08:40:10 +02:00 |
|
Benoit Blanchon
|
f00dfd7bfe
|
Added fallbacks strlen_P, strncmp_P, strcmp_P and memcpy_P (fixes #1073)
|
2019-08-21 15:25:54 +02:00 |
|
Benoit Blanchon
|
dcca4214f5
|
Set version to 6.11.4
|
2019-08-12 15:10:56 +02:00 |
|
Benoit Blanchon
|
1e9cc285bb
|
Added support for basic_string<char, traits, allocator> (closes #1045)
|
2019-08-12 14:21:45 +02:00 |
|
Simon Arlott
|
b9c4a0c5f6
|
Include Arduino.h if ARDUINO is defined (closes #1071)
|
2019-08-11 13:04:12 +02:00 |
|
Benoit Blanchon
|
63d7d87080
|
Fixed example JsonConfigFile.ino for ESP8266
|
2019-08-10 14:17:23 +02:00 |
|
Simon Arlott
|
61a4195ed4
|
Added measureJson() to the ArduinoJson namespace (fixes #1069)
|
2019-08-10 11:15:11 +02:00 |
|
Benoit Blanchon
|
a6f029ded0
|
Set version to 6.11.3
|
2019-07-22 08:59:54 +02:00 |
|
Benoit Blanchon
|
b54de58e6b
|
Fixed comparison of JsonVariant with mixed strings (closes #1051)
|
2019-07-19 12:15:16 +02:00 |
|
Benoit Blanchon
|
795e37278f
|
Added operators == and != for MemberProxy
|
2019-07-19 10:27:03 +02:00 |
|
Benoit Blanchon
|
7ce1039d7c
|
Added operators == and != for MemberProxy
|
2019-07-19 10:23:06 +02:00 |
|
Benoit Blanchon
|
aba42faf69
|
Added operators == and != for JsonDocument
|
2019-07-19 10:23:06 +02:00 |
|