|
e6ddfc7afb
|
Fixed static JsonString not being saved by reference
|
2020-02-16 17:34:04 +01:00 |
|
|
58298ec5ba
|
Extracted storage_policy to improve coverage in string adapters
|
2020-02-16 17:34:04 +01:00 |
|
|
0814fc185f
|
Added a line-break after each "if" to get more accurate coverage report
|
2020-02-16 15:05:23 +01:00 |
|
|
8f8c82d400
|
Reduced code size
|
2020-02-13 17:05:08 +01:00 |
|
|
372b7d3d9d
|
Exposed JsonPairConst
|
2020-02-13 16:58:23 +01:00 |
|
|
fbffadb2cf
|
Moved nesting decrement logic to class NestingLimit
|
2020-02-13 16:54:18 +01:00 |
|
|
6e52f242b2
|
Extracted the class Latch
also fixed a buffer overrun and reduced the code size
|
2020-02-13 14:53:54 +01:00 |
|
|
d2a67f362f
|
Fixed "deprecated-copy" warning on GCC 9 (fixes #1184)
|
2020-02-13 11:07:40 +01:00 |
|
|
66b12da4e7
|
Added DeserializationOption::Filter (closes #959)
|
2020-02-12 17:22:42 +01:00 |
|
|
42b0d6a83d
|
Set version to 6.14.1
v6.14.1
|
2020-01-27 15:05:36 +01:00 |
|
|
94b1c75fd2
|
Added getElement() and getMember() to JsonVariantConst
|
2020-01-27 12:35:32 +01:00 |
|
|
b04b549b34
|
Delete .bak file produced during publish
|
2020-01-27 12:10:11 +01:00 |
|
|
09d4b2cd38
|
Fixed regression in UTF16 decoding (fixes #1173)
|
2020-01-27 12:10:10 +01:00 |
|
|
ddfe7d8b91
|
Set version to 6.14.0
v6.14.0
|
2020-01-16 20:48:03 +01:00 |
|
|
4a657ca87f
|
Update the features section of the README page
|
2020-01-16 20:46:25 +01:00 |
|
|
1e3d478998
|
Improved speed of serializeXxx() when writing to a String
|
2020-01-14 14:50:44 +01:00 |
|
|
3aebef6d0a
|
Fixed value returned by serializeXxx() when writing to a String
|
2020-01-14 11:22:44 +01:00 |
|
|
25879466da
|
Fixed variant.is<nullptr_t>()
|
2020-01-13 20:47:43 +01:00 |
|
|
27ec1afb7a
|
Configure the "lock-threads" app
|
2020-01-13 18:23:30 +01:00 |
|
|
06a0d1a872
|
Added measureJson, measureJsonPretty, and measureMsgPack to keywords
|
2020-01-13 18:20:05 +01:00 |
|
|
04fe7e1a27
|
Added ARDUINOJSON_ENABLE_COMMENTS to enable support for comments
|
2020-01-13 18:16:02 +01:00 |
|
|
f9cfea244a
|
Updated copyright notice
|
2020-01-09 15:48:38 +01:00 |
|
|
5ec062cc71
|
Reduced Unicode conversion code size (-122 bytes on AVR)
|
2020-01-09 15:39:45 +01:00 |
|
|
91b808381e
|
Improved decoding of UTF-16 surrogate pairs (closes #1157)
|
2020-01-08 09:55:43 +01:00 |
|
|
8550418875
|
Auto enable std::string and stream on modern compilers (closes #1156)
|
2020-01-04 15:05:20 +01:00 |
|
|
00c391320c
|
Added support for CMake's unity builds
|
2019-12-24 16:42:34 +01:00 |
|
|
9723682d20
|
AppVeyor: added Visual Studio 2019
|
2019-12-24 16:10:11 +01:00 |
|
|
8bf6f6e09f
|
Added support uint8_t for serializeMsgPack() (closes #1142)
|
2019-12-13 14:15:30 +01:00 |
|
|
062c1c13b5
|
Added BasicJsonDocument::shrinkToFit()
|
2019-11-07 15:40:20 +01:00 |
|
|
1b8107094f
|
Set version to 6.13.0
v6.13.0
|
2019-11-01 10:32:45 +01:00 |
|
|
8721ac88b1
|
Reorganized writer classes
|
2019-10-31 19:27:23 +01:00 |
|
|
6da6f921cd
|
Fixed dangling reference in MemberProxy and ElementProxy (fixes #1120)
|
2019-10-30 19:09:21 +01:00 |
|
|
ef63757b1a
|
Fixed deserializer that stopped reading at the first 0xFF (closes #1118)
|
2019-10-29 14:17:11 +01:00 |
|
|
3a169df0a5
|
Added support for custom reader classes
|
2019-10-25 11:39:04 +02:00 |
|
|
d4f819f1f0
|
Added detection of Atmel AVR8/GNU C Compiler (fixes #1112)
|
2019-10-18 22:10:35 +02:00 |
|
|
16fe3c0acc
|
Improved deserializeMsgPack() speed by reading several bytes at once
|
2019-10-14 12:02:26 +02:00 |
|
|
fd8f4eb3a6
|
Moved msgpack.org.md to github.com/bblanchon/ArduinoJson-msgpack.org
|
2019-10-11 09:07:25 +02:00 |
|
|
b261eca865
|
esp-idf make system
|
2019-10-07 09:00:31 +02:00 |
|
|
a37480eec9
|
Fixed deserializeJson() when input contains duplicate keys (fixes #1095)
|
2019-09-27 10:07:29 +02:00 |
|
|
713aaa3d68
|
Added msgpack.org.md
https://github.com/msgpack/website/blob/master/README.md#how-to-list-up-your-project-on-msgpackorg
|
2019-09-26 09:52:50 +02:00 |
|
|
7d1d0c4e67
|
Added conversion from JsonArray/JsonObject to bool
|
2019-09-24 09:38:00 +02:00 |
|
|
4ad05dbaef
|
Replaced GitHub stars badge
|
2019-09-19 09:28:57 +02:00 |
|
|
38371aae62
|
Added OSS-Fuzz badge
|
2019-09-19 09:28:49 +02:00 |
|
|
498a2e4c1e
|
Added support for custom writer classes (closes #1088)
|
2019-09-13 14:10:21 +02:00 |
|
|
2078871f36
|
Added missing #include <ArduinoJson/Namespace.hpp>
|
2019-09-13 12:09:07 +02:00 |
|
|
140525b7a0
|
Fix deployment scripts
|
2019-09-05 09:36:18 +02:00 |
|
|
1a81d46a97
|
Set version to 6.12.0
v6.12.0
|
2019-09-05 09:31:06 +02:00 |
|
|
4c4c4688a9
|
Fix src/ path in Makefile
|
2019-09-04 09:13:09 +02:00 |
|
|
b47ac27ac6
|
Moved ancillary files to extras/ (fixes #1011)
|
2019-09-03 15:11:05 +02:00 |
|
|
ed18e77655
|
Changed as<bool>() to return true for any non-null value (closes #1005)
|
2019-08-29 08:56:34 +02:00 |
|