|
2ed77d2cc3
|
Added support for nullptr (closes #998)
|
2019-05-26 11:31:51 +02:00 |
|
|
630107ae8a
|
Removed implicit conversion in comparison operators (issue #998)
|
2019-05-23 21:54:42 +02:00 |
|
|
4eb8074358
|
Set ARDUINOJSON_ENABLE_NAN and ARDUINOJSON_ENABLE_INFINITY to 0
|
2019-05-19 17:46:20 +02:00 |
|
|
80a02cd90d
|
Added ARDUINOJSON_ENABLE_INFINITY to enable Infinity in JSON
|
2019-05-19 15:48:27 +02:00 |
|
|
7427888e05
|
Added ARDUINOJSON_ENABLE_NAN to enable NaN in JSON (closes #973)
|
2019-05-18 12:15:36 +02:00 |
|
|
90c1d549a8
|
Made deserializeJson() more picky about trailing characters (closes #980)
|
2019-05-16 20:41:07 +02:00 |
|
|
2af003e4e2
|
Fixed deserializeJson() silently accepting a Stream* (issue #978)
|
2019-05-09 08:33:09 +02:00 |
|
|
eaf55e174b
|
Fixed invalid result from operator| (closes #981)
|
2019-05-07 08:12:18 +02:00 |
|
|
0588e578d5
|
Set version to 6.10.1
|
2019-04-23 08:47:54 +02:00 |
|
|
12f9aac4ea
|
Fixed "no matching function for call to write(uint8_t)" (closes #972)
|
2019-04-23 08:46:18 +02:00 |
|
|
6011a2f51a
|
Fixed deserializeJson() not being picky enough (fixes #969)
|
2019-04-21 14:35:13 +02:00 |
|
|
9862048a58
|
Fixed error "attributes are not allowed on a function-definition"
|
2019-03-24 19:00:23 +01:00 |
|
|
afd033e9c9
|
Set version to 6.10.0
|
2019-03-22 22:01:46 +01:00 |
|
|
6ec5ba521b
|
Added JsonVariant::containsKey()
|
2019-03-22 21:58:12 +01:00 |
|
|
c8e49a7e4e
|
Added JsonDocument::containsKey() (issue #938)
|
2019-03-22 08:40:46 +01:00 |
|
|
dee8c8e242
|
Added BasicJsonDocument to support custom allocator (issue #876)
|
2019-03-17 21:48:10 +01:00 |
|
|
576543c4b4
|
Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>()
|
2019-03-06 15:31:37 +01:00 |
|
|
746f2882f7
|
Removed member call on null
|
2019-03-05 14:48:33 +01:00 |
|
|
c4cbf9d0bb
|
Don't mark as a "system header" when debugging
|
2019-03-05 09:19:58 +01:00 |
|
|
3df4efd512
|
Set version to 6.9.1
|
2019-03-01 18:16:45 +01:00 |
|
|
91dd45c387
|
Fixed naming conflict with "CAPACITY" (issue #839)
|
2019-03-01 18:14:23 +01:00 |
|
|
136ee0d576
|
Marked ArduinoJson.h as a "system header"
|
2019-03-01 17:31:55 +01:00 |
|
|
20fcb99830
|
Fixed warning "conversion may alter value" (issue #914)
|
2019-03-01 09:15:43 +01:00 |
|
|
f3265d2111
|
Fixed warning "cast-align" (issue #914)
|
2019-03-01 09:15:43 +01:00 |
|
|
77f38e4449
|
Travis: restore build on GCC 4.4
|
2019-02-28 16:31:08 +01:00 |
|
|
16ddfbc4e0
|
Fixed strict-aliasing warning in FloatTraits.hpp
|
2019-02-28 15:37:42 +01:00 |
|
|
f342dee2b4
|
Fixed warning "unused variable" with GCC 4.4 (issue #912)
|
2019-02-28 15:34:21 +01:00 |
|
|
3170558d6d
|
Added a clear error message for StaticJsonBuffer and DynamicJsonBuffer
|
2019-02-27 16:38:03 +01:00 |
|
|
21998890d4
|
Set version to 6.9.0
|
2019-02-26 08:43:45 +01:00 |
|
|
c9d6bd76c9
|
Added JsonDocument::remove() and JsonVariant::remove()
|
2019-02-25 13:21:10 +01:00 |
|
|
bc2ce178ea
|
Added JsonVariant::clear()
|
2019-02-25 11:44:22 +01:00 |
|
|
e22e62d184
|
Added JsonDocument::size()
|
2019-02-25 11:07:01 +01:00 |
|
|
4181de119c
|
Detect IncompleteInput in false , true , and null
|
2019-02-18 16:18:11 +01:00 |
|
|
56bf24e1ec
|
Fixed JsonVariant::isNull() not returning true after set((char*)0)
|
2019-02-18 16:04:51 +01:00 |
|
|
e9b4c6289b
|
Disambiguated the name get() with getElement() and getMember()
|
2019-02-15 15:53:53 +01:00 |
|
|
7ed92bebd3
|
Converted JsonArray::copyFrom()/copyTo() to free functions copyArray()
|
2019-02-15 15:33:04 +01:00 |
|
|
c3f71c1a99
|
Updated copyright year to 2019
|
2019-02-15 13:32:04 +01:00 |
|
|
7050ef675d
|
Decode escaped Unicode characters like \u00DE (issue #304, PR #791)
|
2019-02-15 13:29:30 +01:00 |
|
|
169c83431c
|
Set version to 6.8.0-beta
|
2019-01-30 16:39:38 +01:00 |
|
|
b184af6d00
|
User can now use a JsonString as a key or a value
|
2019-01-29 17:00:11 +01:00 |
|
|
6f55d1e58f
|
JsonVariant automatically promotes to JsonObject or JsonArray on write
|
2019-01-29 14:09:09 +01:00 |
|
|
70739f5cfd
|
Reduced the size of the pretty JSON serializer
|
2019-01-23 18:19:24 +01:00 |
|
|
933a66a070
|
Added JsonDocument::operator[]
|
2019-01-23 11:43:29 +01:00 |
|
|
4167b11434
|
Create or assign a JsonDocument from a JsonArray/JsonObject/JsonVariant
|
2019-01-23 10:47:20 +01:00 |
|
|
2a3b51ac3a
|
Fixed uninitialized variant in JsonDocument
|
2019-01-20 14:35:22 +01:00 |
|
|
e633292df1
|
Replaced JsonDocument::nestingLimit with a param to deserializeJson()
|
2019-01-19 14:45:16 +01:00 |
|
|
30b94493bb
|
Added nesting() to JsonArray, JsonDocument, JsonObject, and JsonVariant
|
2019-01-17 09:55:51 +01:00 |
|
|
c51cc91f92
|
Added memoryUsage() to JsonArray, JsonObject, and JsonVariant
|
2019-01-16 09:50:57 +01:00 |
|
|
8b04046321
|
Import JsonDocument into the ArduinoJson namespace
|
2019-01-15 12:04:48 +01:00 |
|
|
11bb5e26ff
|
Fixed copying from JsonObjectConst and JsonArrayConst
|
2019-01-14 11:17:57 +01:00 |
|