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.2.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
15
Feb
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
21
19
18
17
16
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
Fixed copying from JsonObjectConst and JsonArrayConst
Removed default capacity of `DynamicJsonDocument`
Simplified deserializeJson() and deserializeMsgPack()
Improved syntax highlighting in Arduino IDE
Import functions in the ArduinoJson namespace to get clearer errors
Set version to 6.7.0-beta
v6.7.0-beta
v6.7.0-beta
Renamed `JsonKey` to `JsonString`
DynamicJsonDocument reallocates memory pool is it's too small
Extracted VariantData and CollectionData classes
Merge branch 'master' into 6.x
Set version to 5.13.4
v5.13.4
v5.13.4
Removed spurious files in the Particle library
Moved size measurements to github.com/bblanchon/ArduinoJson-size
Use singly-linked list to reduce memory usage
Renamed and moved internal files
Store offset between slots to reduce memory usage
Moved size measurements to github.com/bblanchon/ArduinoJson-size
Increased test coverage
Removed the indirection via StringSlot
Restored the monotonic allocator
Removed template parameter of CharPointerReader and StringMover
Added a CSV showing the evolution of the size of the sample programs
Menu
Explore
Projects
Groups
Snippets