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
|
986f77fa15
|
Tests: link with -static on MinGW
|
2022-02-25 10:28:22 +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
|
6806393285
|
Wandbox: update compiler version
|
2022-01-14 09:23:12 +01:00 |
|
Benoit Blanchon
|
dea8387586
|
Publish script: don't stop if wandbox fails
|
2022-01-14 09:22:55 +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
|
fcae33d574
|
Publish script: fix change log extraction code
|
2022-01-08 17:59:07 +01:00 |
|
Benoit Blanchon
|
896f50eeb9
|
Publish script: check that all required commands are available
|
2022-01-08 16:40:21 +01:00 |
|
Benoit Blanchon
|
37f1c87338
|
Publish script: check that all changes are committed
|
2022-01-08 16:21:09 +01:00 |
|
Benoit Blanchon
|
9f4750637b
|
Add PlatformIO badge to README
|
2022-01-05 12:08:18 +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
|
ad7b749dec
|
CI: build with arduino-cli
|
2021-12-31 14:39:39 +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 |
|