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-07-23 15:27:30 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fcbec6eb6d6bcdc029c16e12a2d244f738145764
ArduinoJson
/
test
/
Numbers
History
Benoit Blanchon
4eb8074358
Set ARDUINOJSON_ENABLE_NAN and ARDUINOJSON_ENABLE_INFINITY to 0
2019-05-19 17:46:20 +02:00
..
CMakeLists.txt
Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>()
2019-03-06 15:31:37 +01:00
parseFloat.cpp
Set ARDUINOJSON_ENABLE_NAN and ARDUINOJSON_ENABLE_INFINITY to 0
2019-05-19 17:46:20 +02:00
parseInteger.cpp
Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>()
2019-03-06 15:31:37 +01:00
parseNumber.cpp
Fixed
deserializeJson()
not being picky enough (
fixes
#969
)
2019-04-21 14:35:13 +02:00