This website requires JavaScript.
Explore
Help
Sign In
bblanchon
/
ArduinoJson
Watch
1
Star
0
Fork
1
You've already forked ArduinoJson
mirror of
https://github.com/bblanchon/ArduinoJson.git
synced
2025-11-01 23:21:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f7e793f37bff2ebcc806e92245f1540452ef9f3
ArduinoJson
/
extras
/
tests
/
JsonVariantConst
History
Benoit Blanchon
594dc707cb
Change string copy policy: only string literal are stored by pointer
2024-11-25 12:25:59 +01:00
..
as.cpp
Tests: add user-defined literal
""_s
for
std::string
2024-06-07 09:35:45 +02:00
CMakeLists.txt
Deprecate
containsKey()
in favor of
doc["key"].is<T>()
2024-09-06 17:32:09 +02:00
is.cpp
Add more tests for
JsonVariantConst
2024-01-08 19:47:40 +01:00
isnull.cpp
Add more tests for
JsonVariantConst
2024-01-08 19:47:40 +01:00
nesting.cpp
Add more tests for
JsonVariantConst
2024-01-08 19:47:40 +01:00
size.cpp
Add more tests for
JsonVariantConst
2024-01-08 19:47:40 +01:00
subscript.cpp
Change string copy policy: only string literal are stored by pointer
2024-11-25 12:25:59 +01:00