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
|
66b12da4e7
|
Added DeserializationOption::Filter (closes #959)
|
2020-02-12 17:22:42 +01:00 |
|
Benoit Blanchon
|
94b1c75fd2
|
Added getElement() and getMember() to JsonVariantConst
|
2020-01-27 12:35:32 +01:00 |
|
Benoit Blanchon
|
25879466da
|
Fixed variant.is<nullptr_t>()
|
2020-01-13 20:47:43 +01:00 |
|
Benoit Blanchon
|
f9cfea244a
|
Updated copyright notice
|
2020-01-09 15:48:38 +01:00 |
|
Benoit Blanchon
|
062c1c13b5
|
Added BasicJsonDocument::shrinkToFit()
|
2019-11-07 15:40:20 +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
|
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
|
b54de58e6b
|
Fixed comparison of JsonVariant with mixed strings (closes #1051)
|
2019-07-19 12:15:16 +02:00 |
|
Benoit Blanchon
|
aba42faf69
|
Added operators == and != for JsonDocument
|
2019-07-19 10:23:06 +02:00 |
|
Benoit Blanchon
|
2507ee2e56
|
Fixed assignment of JsonDocument to JsonVariant (issue #1023)
|
2019-06-25 08:56:14 +02:00 |
|
Benoit Blanchon
|
90c1d549a8
|
Made deserializeJson() more picky about trailing characters (closes #980)
|
2019-05-16 20:41:07 +02:00 |
|
Benoit Blanchon
|
6ec5ba521b
|
Added JsonVariant::containsKey()
|
2019-03-22 21:58:12 +01:00 |
|
Benoit Blanchon
|
576543c4b4
|
Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>()
|
2019-03-06 15:31:37 +01:00 |
|
Benoit Blanchon
|
746f2882f7
|
Removed member call on null
|
2019-03-05 14:48:33 +01:00 |
|
Benoit Blanchon
|
c9d6bd76c9
|
Added JsonDocument::remove() and JsonVariant::remove()
|
2019-02-25 13:21:10 +01:00 |
|
Benoit Blanchon
|
bc2ce178ea
|
Added JsonVariant::clear()
|
2019-02-25 11:44:22 +01:00 |
|
Benoit Blanchon
|
56bf24e1ec
|
Fixed JsonVariant::isNull() not returning true after set((char*)0)
|
2019-02-18 16:04:51 +01:00 |
|
Benoit Blanchon
|
e9b4c6289b
|
Disambiguated the name get() with getElement() and getMember()
|
2019-02-15 15:53:53 +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
|
6f55d1e58f
|
JsonVariant automatically promotes to JsonObject or JsonArray on write
|
2019-01-29 14:09:09 +01:00 |
|
Benoit Blanchon
|
4167b11434
|
Create or assign a JsonDocument from a JsonArray/JsonObject/JsonVariant
|
2019-01-23 10:47:20 +01:00 |
|
Benoit Blanchon
|
30b94493bb
|
Added nesting() to JsonArray, JsonDocument, JsonObject, and JsonVariant
|
2019-01-17 09:55:51 +01:00 |
|
Benoit Blanchon
|
c51cc91f92
|
Added memoryUsage() to JsonArray, JsonObject, and JsonVariant
|
2019-01-16 09:50:57 +01:00 |
|
Benoit Blanchon
|
11bb5e26ff
|
Fixed copying from JsonObjectConst and JsonArrayConst
|
2019-01-14 11:17:57 +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
|
1d942cdf41
|
Use singly-linked list to reduce memory usage
|
2018-12-01 12:05:51 +01:00 |
|
Benoit Blanchon
|
aaf0d5c3c5
|
Renamed and moved internal files
|
2018-11-30 17:53:54 +01:00 |
|