|
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 |
|
|
fcbec6eb6d
|
Use absolute instead of relative includes (fixes #1072)
|
2019-08-26 11:57:57 +02:00 |
|
|
f5c25823bc
|
Set version to 6.11.5
v6.11.5
|
2019-08-23 08:40:10 +02:00 |
|
|
f00dfd7bfe
|
Added fallbacks strlen_P, strncmp_P, strcmp_P and memcpy_P (fixes #1073)
|
2019-08-21 15:25:54 +02:00 |
|
|
dcca4214f5
|
Set version to 6.11.4
v6.11.4
|
2019-08-12 15:10:56 +02:00 |
|
|
1e9cc285bb
|
Added support for basic_string<char, traits, allocator> (closes #1045)
|
2019-08-12 14:21:45 +02:00 |
|
|
b9c4a0c5f6
|
Include Arduino.h if ARDUINO is defined (closes #1071)
|
2019-08-11 13:04:12 +02:00 |
|
|
0d339300f9
|
Added tests for Flash strings (closes #1070)
|
2019-08-11 11:39:21 +02:00 |
|
|
63d7d87080
|
Fixed example JsonConfigFile.ino for ESP8266
|
2019-08-10 14:17:23 +02:00 |
|
|
2ee655f9ba
|
Fix clang installation on Travis
|
2019-08-10 12:22:17 +02:00 |
|
|
61a4195ed4
|
Added measureJson() to the ArduinoJson namespace (fixes #1069)
|
2019-08-10 11:15:11 +02:00 |
|
|
a6f029ded0
|
Set version to 6.11.3
v6.11.3
|
2019-07-22 08:59:54 +02:00 |
|
|
b54de58e6b
|
Fixed comparison of JsonVariant with mixed strings (closes #1051)
|
2019-07-19 12:15:16 +02:00 |
|
|
795e37278f
|
Added operators == and != for MemberProxy
|
2019-07-19 10:27:03 +02:00 |
|
|
7ce1039d7c
|
Added operators == and != for MemberProxy
|
2019-07-19 10:23:06 +02:00 |
|
|
aba42faf69
|
Added operators == and != for JsonDocument
|
2019-07-19 10:23:06 +02:00 |
|
|
815326d42e
|
Set version to 6.11.2
v6.11.2
|
2019-07-08 08:44:27 +02:00 |
|
|
7d40a541c9
|
Fix invalid conversion error on Particle Argon (closes #1035)
|
2019-07-01 09:07:16 +02:00 |
|
|
2507ee2e56
|
Fixed assignment of JsonDocument to JsonVariant (issue #1023)
|
2019-06-25 08:56:14 +02:00 |
|
|
a0a451195b
|
Set version to 6.11.1
v6.11.1
|
2019-06-21 08:49:02 +02:00 |
|
|
ce247a5637
|
Fixed serialized() not working with Flash strings (fixes #1030)
|
2019-06-21 08:46:32 +02:00 |
|