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
v6.5.0-beta
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
27
Mar
20
19
8
26
Feb
25
23
21
18
15
5
3
2
1
31
Jan
27
25
22
Dec
14
Nov
10
9
7
28
Oct
24
23
22
19
17
13
11
1
28
Sep
26
19
18
16
14
13
5
4
29
Aug
25
23
4
3
1
31
Jul
30
28
26
24
23
22
21
15
11
8
2
13
Jun
15
May
14
12
5
4
3
2
28
Apr
11
9
8
7
6
25
Mar
23
22
20
5
2
1
27
Feb
26
23
22
20
19
16
13
12
27
Jan
16
14
13
9
8
4
24
Dec
13
7
Nov
1
31
Oct
30
29
25
18
14
11
7
27
Sep
26
24
19
13
5
4
3
29
Aug
26
23
21
12
11
10
22
Jul
19
8
1
25
Jun
21
4
26
May
23
19
18
16
9
7
23
Apr
21
20
24
Mar
22
17
6
5
4
1
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
Added support for `Printable` (closes #1444)
Added support for custom converters (closes #687)
CI: Fixed build on Arduino 1.6.7
Simplified `JsonVariant::as<T>()` to always return `T`
CI: added a clang-format job
Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412)
Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412)
Added `JsonVariant::is<JsonVariant>()` (issue #1412)
Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412)
Simplified tests of JsonVariant::is<T>()
Added a default implementation in the Visitor class
Funding: added paypal.me
Removed DeserializationError::NotSupported
deserializeMsgPack() inserts null instead of returning NotSupported
deserializeJson() leaves \uXXXX instead of returning NotSupported
Remove `JsonVariant::set(char)`
Removed `JsonVariant::as<char>()` (fixes #1498)
Set version to 6.17.3
v6.17.3
v6.17.3
PlatformIO: set framework compatibility to `*` (closes #1490)
CI: skip Particle job for Pull Requests
Added GitHub sponsors
Moved CI from Travis to GitHub Actions (fixes #1493)
Fixed compilation error on Clang 10
Fixed compilation error when isdigit() is a macro (fixes #1487)
Added missing calls to client.stop() in JsonHttpClient.ino (fixes #1485)
Upgrade to Lock Threads 2
Made JsonDocument's destructor protected (fixes #1480)
Examples: add a note about performance issues with streams (#1476)
Update copyright notice for 2021
Prototype working on GCC and Clang
incremental-des…
incremental-deserializer
Set version to 6.17.2
v6.17.2
v6.17.2
Changed the default value of ARDUINOJSON_ENABLE_PROGMEM (fixes #1433)
Travis: added smoke test for Particle Argon
Fixed invalid conversion in `operator|(Variant, char*)` (fixes #1432)
Set version to 6.17.1
v6.17.1
v6.17.1
Allowed more than 32767 values in non-embedded mode (fixes #1414)
Added an assert to detect too large variants (issue #1414)
Add JsonDocument to keywords.txt
Fixed `operator|(MemberProxy, JsonObject)` (fixes #1415)
Gathered the tests of MemberProxy in one file
Menu
Explore
Projects
Groups
Snippets