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
9ca32e664e6bb5d34b21cc17eb7adb095ab88dab
ArduinoJson
/
src
T
History
Benoit Blanchon
a66299a936
Replaced -Wpedantic by -pedantic
2014-11-15 14:58:29 +01:00
..
Arduino
Cleaned #includes
2014-11-04 10:01:21 +01:00
Internals
Fixed cpplint warnings
2014-11-11 16:41:45 +01:00
ArduinoJson.h
Added a header to simplify library usage
2014-11-11 16:56:02 +01:00
CMakeLists.txt
Replaced -Wpedantic by -pedantic
2014-11-15 14:58:29 +01:00
JsonArray.cpp
Reduced size by 22 bytes by removing writeEmptyArray() and writeEmptyObject()
2014-11-09 13:54:03 +01:00
JsonBuffer.cpp
Added a nesting limit to the parser to prevent stack overflow that could be a security issue
2014-11-06 10:24:37 +01:00
JsonObject.cpp
Reduced size by 22 bytes by removing writeEmptyArray() and writeEmptyObject()
2014-11-09 13:54:03 +01:00
JsonVariant.cpp
Fixed is<T>()
2014-11-11 17:26:13 +01:00