Benoit Blanchon
|
0814fc185f
|
Added a line-break after each "if" to get more accurate coverage report
|
2020-02-16 15:05:23 +01:00 |
|
Benoit Blanchon
|
f9cfea244a
|
Updated copyright notice
|
2020-01-09 15:48:38 +01:00 |
|
Benoit Blanchon
|
8721ac88b1
|
Reorganized writer classes
|
2019-10-31 19:27:23 +01:00 |
|
Benoit Blanchon
|
2078871f36
|
Added missing #include <ArduinoJson/Namespace.hpp>
|
2019-09-13 12:09:07 +02:00 |
|
Benoit Blanchon
|
fcbec6eb6d
|
Use absolute instead of relative includes (fixes #1072)
|
2019-08-26 11:57:57 +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
|
1e9cc285bb
|
Added support for basic_string<char, traits, allocator> (closes #1045)
|
2019-08-12 14:21:45 +02:00 |
|
Benoit Blanchon
|
0d339300f9
|
Added tests for Flash strings (closes #1070)
|
2019-08-11 11:39:21 +02:00 |
|
Benoit Blanchon
|
ce247a5637
|
Fixed serialized() not working with Flash strings (fixes #1030)
|
2019-06-21 08:46:32 +02:00 |
|
Benoit Blanchon
|
630107ae8a
|
Removed implicit conversion in comparison operators (issue #998)
|
2019-05-23 21:54:42 +02:00 |
|
Benoit Blanchon
|
56bf24e1ec
|
Fixed JsonVariant::isNull() not returning true after set((char*)0)
|
2019-02-18 16:04:51 +01:00 |
|
Benoit Blanchon
|
c3f71c1a99
|
Updated copyright year to 2019
|
2019-02-15 13:32:04 +01:00 |
|
Benoit Blanchon
|
b184af6d00
|
User can now use a JsonString as a key or a value
|
2019-01-29 17:00:11 +01:00 |
|
Benoit Blanchon
|
d8a1eec530
|
Renamed JsonKey to JsonString
|
2018-12-07 12:08:30 +01:00 |
|
Benoit Blanchon
|
b77b203935
|
Extracted VariantData and CollectionData classes
|
2018-12-07 09:16:58 +01:00 |
|
Benoit Blanchon
|
a60162ba76
|
Removed the indirection via StringSlot
|
2018-11-30 14:27:35 +01:00 |
|
Benoit Blanchon
|
f375459d53
|
JsonArray::remove() and JsonObject::remove() now release the memory of strings
|
2018-11-09 18:20:57 +01:00 |
|
Benoit Blanchon
|
b0560cbd99
|
Added JsonArrayConst, JsonObjectConst, and JsonVariantConst
|
2018-10-12 12:00:27 +02:00 |
|
Benoit Blanchon
|
39e5660c4a
|
Extracted a base class for JsonDocument
|
2018-10-04 14:59:07 +02:00 |
|
Benoit Blanchon
|
6b985b2d1f
|
Fixed object keys not being duplicated
|
2018-10-04 11:16:23 +02:00 |
|
Benoit Blanchon
|
527dc19794
|
Allow mixed configuration in compilation units (issue #809)
|
2018-10-02 16:54:05 +02:00 |
|
Benoit Blanchon
|
2998a55f0b
|
Renamed JsonBuffer to MemoryPool
|
2018-09-03 16:14:21 +02:00 |
|
Benoit Blanchon
|
9cbc891816
|
Implemented reference semantics for JsonVariant
|
2018-08-21 17:56:16 +02:00 |
|
Benoit Blanchon
|
3f666bd5f0
|
Fixed exception when using Flash strings as object keys (fixes #784)
|
2018-07-19 17:22:28 +02:00 |
|
Benoit Blanchon
|
6e4f1dc756
|
Fixed JsonObject not inserting keys of type String (fixes #782)
|
2018-07-17 10:24:21 +02:00 |
|
Benoit Blanchon
|
87fa87d87b
|
Renamed function RawJson() to serialized()
|
2018-07-12 09:08:20 +02:00 |
|
Benoit Blanchon
|
0139354780
|
Merge branch 'master' into 6.x
|
2018-06-04 17:46:34 +02:00 |
|
Benoit Blanchon
|
58cb793c96
|
Reorganized polyfills
|
2018-05-17 13:46:23 +02:00 |
|
Benoit Blanchon
|
ccb54136a2
|
Added support for non zero-terminated strings (fixes #704)
|
2018-05-14 17:12:59 +02:00 |
|
Benoit Blanchon
|
cb723840d9
|
Added deserializeMsgPack() (issue #358)
|
2018-04-10 17:43:27 +02:00 |
|