|
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 |
|
|
49bd51b5f9
|
Updated version in AppVeyor
|
2019-03-04 12:21:58 +01:00 |
|
|
e53ae0f9bb
|
Fixed the continuous integration
|
2019-03-04 12:18:11 +01:00 |
|
|
afdd913a2f
|
Added links to the book page in each example
|
2019-03-04 12:17:41 +01:00 |
|
|
3df4efd512
|
Set version to 6.9.1
v6.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 |
|
|
1ea8d92cc3
|
Muted warning "will change in GCC 7.1" (issue #914)
|
2019-03-01 12:12:47 +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 |
|
|
d6e7709866
|
Travis: Add g++-arm-linux-gnueabihf
|
2019-03-01 09:15:43 +01:00 |
|
|
d11019d9e1
|
Travis: Split build and test scripts
|
2019-03-01 09:15:43 +01:00 |
|
|
cfd924622e
|
Travis: Define CC and CXX in yaml
|
2019-03-01 09:15:41 +01:00 |
|
|
27c08b785d
|
Travis: Assume CMake is installed
|
2019-02-28 17:33:24 +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 |
|
|
8dea900869
|
Travis: build in Release mode
|
2019-02-28 15:34:32 +01:00 |
|
|
f342dee2b4
|
Fixed warning "unused variable" with GCC 4.4 (issue #912)
|
2019-02-28 15:34:21 +01:00 |
|
|
1d5721f3bd
|
Add an empty cpp file to detect warnings muted by catch.hpp
|
2019-02-28 15:32:29 +01:00 |
|
|
3170558d6d
|
Added a clear error message for StaticJsonBuffer and DynamicJsonBuffer
|
2019-02-27 16:38:03 +01:00 |
|
|
3530aa88d6
|
Updated the examples on wandbox.org
|
2019-02-26 10:02:52 +01:00 |
|
|
21998890d4
|
Set version to 6.9.0
v6.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 |
|
|
070cd5b6c0
|
Added more tests of JsonVariant::is<T>()
|
2019-02-01 11:28:27 +01:00 |
|
|
2c2cc33c94
|
Updated version in Arduino Library badge
|
2019-01-30 16:42:21 +01:00 |
|
|
169c83431c
|
Set version to 6.8.0-beta
v6.8.0-beta
|
2019-01-30 16:39:38 +01:00 |
|
|
5f72c68d87
|
Updated publish script for the "ardu-badge"
|
2019-01-30 15:23:55 +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 |
|
|
5aea1363cc
|
Merge branch 'master' into 6.x
|
2019-01-24 21:07:02 +01:00 |
|
|
0685a36f0e
|
Added ArduBadge badge
|
2019-01-24 20:55:55 +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 |
|