Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoît Blanchon
ArduinoJson
Graph
v5.6.0
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Feb
27
26
25
18
15
1
30
Jan
29
24
23
20
19
17
16
15
14
4
14
Dec
7
4
1
30
Nov
16
14
13
12
9
25
Oct
19
18
13
12
10
9
8
6
4
2
1
11
Sep
3
31
Aug
22
21
19
Jul
18
17
12
5
4
2
11
Jun
7
6
5
4
1
29
May
17
15
14
18
Apr
17
10
23
Mar
18
15
14
12
9
1
26
Feb
19
16
9
19
Jan
18
15
14
5
27
Dec
15
11
5
3
29
Nov
13
7
1
17
Oct
16
7
3
27
Sep
26
30
Aug
27
6
18
Jul
14
9
7
6
25
Jun
22
19
17
12
7
3
1
28
May
27
20
4
2
29
Apr
28
24
22
20
18
12
10
26
Mar
25
19
22
Feb
19
11
31
Jan
25
24
22
21
17
15
11
10
8
6
3
1
28
Dec
23
14
10
3
25
Nov
24
23
16
15
13
6
27
Oct
30
Sep
21
20
19
17
16
11
29
Aug
26
25
24
17
15
20
Jul
19
17
10
30
Jun
24
23
22
15
6
3
23
May
22
18
16
15
8
6
30
Apr
28
16
14
8
5
4
29
Feb
23
17
14
1
31
Jan
7
23
Dec
22
25
Nov
22
19
9
6
30
Oct
29
Sep
28
27
19
13
6
1
29
Aug
27
26
24
20
19
10
2
1
27
Jul
25
10
14
Jun
10
31
May
25
23
9
3
2
27
Apr
23
18
25
Feb
7
3
1
15
Jan
10
21
Dec
20
14
13
11
9
8
5
30
Nov
29
22
15
11
9
8
7
6
5
4
3
1
31
Oct
30
29
28
27
26
25
24
23
22
Travis: restore build on GCC 4.4
Fixed strict-aliasing warning in FloatTraits.hpp
Travis: build in Release mode
Fixed warning "unused variable" with GCC 4.4 (issue #912)
Add an empty cpp file to detect warnings muted by catch.hpp
Added an clear message for `StaticJsonDocument`, `DynamicJsonDocument`...
Fixed warning "maybe uninitialized" (issue #909)
Fixed strict-aliasing warning in FloatTraits.hpp
Travis: build in Release mode
Fixed warning "unused variable" with GCC 4.4 (issue #912)
Add an empty cpp file to detect warnings muted by catch.hpp
Added a clear error message for `StaticJsonBuffer` and `DynamicJsonBuffer`
Updated the examples on wandbox.org
Set version to 6.9.0
v6.9.0
v6.9.0
Added `JsonDocument::remove()` and `JsonVariant::remove()`
Added `JsonVariant::clear()`
Added `JsonDocument::size()`
Detect `IncompleteInput` in `false`, `true`, and `null`
Fixed `JsonVariant::isNull()` not returning `true` after `set((char*)0)`
Disambiguated the name `get()` with `getElement()` and `getMember()`
Converted `JsonArray::copyFrom()/copyTo()` to free functions `copyArray()`
Updated copyright year to 2019
Updated copyright year to 2019
Decode escaped Unicode characters like \u00DE (issue #304, PR #791)
Added more tests of JsonVariant::is<T>()
Updated version in Arduino Library badge
Set version to 6.8.0-beta
v6.8.0-beta
v6.8.0-beta
Updated publish script for the "ardu-badge"
User can now use a JsonString as a key or a value
JsonVariant automatically promotes to JsonObject or JsonArray on write
Merge branch 'master' into 6.x
Added ArduBadge badge
Reduced the size of the pretty JSON serializer
Added JsonDocument::operator[]
Create or assign a JsonDocument from a JsonArray/JsonObject/JsonVariant
Fixed uninitialized variant in JsonDocument
Replaced JsonDocument::nestingLimit with a param to deserializeJson()
Added nesting() to JsonArray, JsonDocument, JsonObject, and JsonVariant
Added memoryUsage() to JsonArray, JsonObject, and JsonVariant
Import JsonDocument into the ArduinoJson namespace
Menu
Explore
Projects
Groups
Snippets