This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
ArduinoJson
Watch
1
Star
0
Fork
0
forked from
bblanchon/ArduinoJson
Code
Pull Requests
Activity
Files
d92eee87363a908dcc8c921bfe39fec2500e5496
ArduinoJson
/
extras
T
History
Benoit Blanchon
d92eee8736
Deprecate
containsKey()
in favor of
doc["key"].is<T>()
...
See
#2121
2024-09-06 17:32:09 +02:00
..
ci
Update copyright year
2024-01-03 08:47:06 +01:00
conf_test
Set
ARDUINOJSON_USE_DOUBLE
to
0
by default on 8-bit architectures
2024-08-27 15:46:12 +02:00
fuzzing
CI: don't build fuzzers with Clang 11
2024-05-16 17:47:07 +02:00
particle
Travis: added smoke test for Particle Argon
2020-11-10 14:46:45 +01:00
scripts
Include the number of GitHub stars in the library description.
2024-01-10 18:11:43 +01:00
tests
Deprecate
containsKey()
in favor of
doc["key"].is<T>()
2024-09-06 17:32:09 +02:00
ArduinoJsonConfig.cmake.in
Added CMake "install" target (
closes
#1209
)
2020-04-07 21:43:10 +02:00
CompileOptions.cmake
CMake: fix detection of GCC 4.8
2024-05-16 17:47:07 +02:00