Benoit Blanchon
|
a4307f5cd1
|
as<bool>()
|
2022-03-11 18:54:51 +01:00 |
|
Benoit Blanchon
|
8b1d38f92a
|
as<double>, as<string>
|
2022-03-11 18:53:00 +01:00 |
|
Benoit Blanchon
|
6691c5170b
|
as<int>()
|
2022-03-11 18:49:34 +01:00 |
|
Benoit Blanchon
|
6a23b014dc
|
nesting
|
2022-03-11 18:39:05 +01:00 |
|
Benoit Blanchon
|
cf56a7de2a
|
isNull()
|
2022-03-11 18:28:37 +01:00 |
|
Benoit Blanchon
|
45c77b5558
|
createNested...
|
2022-03-11 17:38:40 +01:00 |
|
Benoit Blanchon
|
1ce762c1ab
|
Test copy
|
2022-03-11 17:24:47 +01:00 |
|
Benoit Blanchon
|
7f61838b4b
|
containsKey()
|
2022-03-11 14:53:54 +01:00 |
|
Benoit Blanchon
|
e3d7d7462d
|
Comparisons
|
2022-03-11 14:46:01 +01:00 |
|
Benoit Blanchon
|
ca12e8c202
|
clear()
|
2022-03-11 14:38:35 +01:00 |
|
Benoit Blanchon
|
09e4fbaa1a
|
JsonVariant::as
|
2022-03-11 14:36:09 +01:00 |
|
Benoit Blanchon
|
e80c604843
|
Test array subscript
|
2022-03-10 19:00:24 +01:00 |
|
Benoit Blanchon
|
b04471c7a8
|
Test add() on linked array
|
2022-03-10 18:52:08 +01:00 |
|
Benoit Blanchon
|
a215d70af6
|
Test JsonVariantConst as well
|
2022-03-10 18:49:21 +01:00 |
|
Benoit Blanchon
|
412ca3e5fa
|
Move get set tests
|
2022-03-10 18:48:17 +01:00 |
|
Benoit Blanchon
|
cf1d19fec5
|
is<array>()
|
2022-03-10 18:45:02 +01:00 |
|
Benoit Blanchon
|
e9963f1656
|
Move is object tests
|
2022-03-10 18:38:48 +01:00 |
|
Benoit Blanchon
|
cae6b76096
|
Move size test
|
2022-03-10 18:36:36 +01:00 |
|
Benoit Blanchon
|
a04c3f0189
|
Ignore write to member
|
2022-03-10 18:31:54 +01:00 |
|
Benoit Blanchon
|
9d427982cc
|
Fix is<object>() and getMember()
|
2022-03-10 18:26:37 +01:00 |
|
Benoit Blanchon
|
781928a588
|
WIP: is requires a loop
|
2022-03-10 15:16:37 +01:00 |
|
Benoit Blanchon
|
a673f14943
|
Fix size()
|
2022-03-10 14:54:34 +01:00 |
|
Benoit Blanchon
|
a2b5fbab19
|
Test MemberProxy and ElementProxy
|
2022-03-10 14:47:37 +01:00 |
|
Benoit Blanchon
|
0b2eebeabc
|
link() takes a JsonVariantConst
|
2022-03-10 14:45:50 +01:00 |
|
Benoit Blanchon
|
2dc0600bd4
|
Replace with JsonVariant::link()
|
2022-03-10 14:35:12 +01:00 |
|
Benoit Blanchon
|
328d72c8ac
|
Test set() instead of add()
|
2022-03-10 14:02:13 +01:00 |
|
Benoit Blanchon
|
fcc28b1355
|
Test memoryUsage()
|
2022-03-10 13:54:13 +01:00 |
|
Benoit Blanchon
|
0bcf14bb89
|
Support JsonDocument*
|
2022-03-10 13:50:33 +01:00 |
|
Benoit Blanchon
|
e3e375f5cd
|
MessagePack: serialize round floats as integers (fixes #1718)
|
2022-02-28 19:38:26 +01:00 |
|
Benoit Blanchon
|
421ecec0dd
|
Tests: trim trailing white spaces
|
2022-02-25 10:28:42 +01:00 |
|
Benoit Blanchon
|
89ed54362b
|
Fix -Wsign-conversion on GCC 8 (fixes #1715)
|
2022-02-25 10:28:42 +01:00 |
|
Benoit Blanchon
|
f831ed395d
|
Fix JsonString operator == and != for non-zero-terminated string
|
2022-02-17 17:33:16 +01:00 |
|
Benoit Blanchon
|
a880614a75
|
Fix call of overloaded 'String(const char*, int)' is ambiguous
|
2022-02-17 17:33:16 +01:00 |
|
Benoit Blanchon
|
702f8c2e2f
|
Fix cannot convert 'pgm_p' to 'const void*' (fixes #1707)
|
2022-02-06 11:14:23 +01:00 |
|
Benoit Blanchon
|
21b2c76524
|
Fix filter not working in zero-copy mode (fixes #1697)
|
2022-01-13 20:25:49 +01:00 |
|
Benoit Blanchon
|
4f6244eef4
|
Replace CopiedString and LinkedString with JsonString
|
2022-01-13 16:15:53 +01:00 |
|
Benoit Blanchon
|
ee12155617
|
Fix crash when adding an object member in a too small JsonDocument
|
2022-01-13 11:52:45 +01:00 |
|
Benoit Blanchon
|
af18994deb
|
Update copyright notice
|
2022-01-01 10:01:05 +01:00 |
|
Benoit Blanchon
|
78660c6e07
|
Fix support of long long in catch
|
2022-01-01 10:01:05 +01:00 |
|
Benoit Blanchon
|
29ba744d64
|
Add a polyfill for pgm_read_ptr() (issue #1433)
|
2021-12-31 14:39:38 +01:00 |
|
Benoit Blanchon
|
a2e1021d7d
|
Use pgm_read_dword() instead of pgm_read_float() (issue #1433)
|
2021-12-31 14:39:38 +01:00 |
|
Benoit Blanchon
|
d20c3c65c8
|
Add a polyfill for pgm_read_dword() (issue #1433)
|
2021-12-31 14:39:38 +01:00 |
|
Benoit Blanchon
|
91ed68b4a6
|
Fix conflicting definition of ARDUINOJSON_DEFINE_STATIC_ARRAY()
|
2021-12-31 14:39:38 +01:00 |
|
Benoit Blanchon
|
67fc2d9897
|
Assume PROGMEM is available as soon as ARDUINO is defined (#1693)
|
2021-12-31 11:00:50 +01:00 |
|
Paulo Cabral Sanz
|
ec7ffa20f2
|
Avoid Arduino.h when all its features are disabled (fixes #1692)
|
2021-12-27 13:16:24 +01:00 |
|
Benoit Blanchon
|
ada1f2a894
|
Add support for char[][] in copyArray()
|
2021-12-20 17:51:44 +01:00 |
|
Benoit Blanchon
|
0f529a3587
|
Renamed undocumented function isUndefined() to isUnbound()
|
2021-12-16 14:55:26 +01:00 |
|
Benoit Blanchon
|
e16767af92
|
Avoid pool reallocation in BasicJsonDocument's copy assignment
|
2021-12-16 14:42:54 +01:00 |
|
Benoit Blanchon
|
3166356484
|
Test capacity after calling BasicJsonDocument's copy assignment
|
2021-12-16 14:28:30 +01:00 |
|
Benoit Blanchon
|
90d750e4d9
|
Increase coverage
|
2021-12-07 16:08:44 +01:00 |
|