This website requires JavaScript.
Explore
Help
Sign In
github-mirrors
/
thirdparty-ArduinoJson
Watch
1
Star
0
Fork
0
You've already forked thirdparty-ArduinoJson
mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced
2025-11-01 08:48:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04b8781c8d9361c0c9ec3e14b6b411cb4c93078c
thirdparty-ArduinoJson
/
src
History
Benoit Blanchon
a1943e21ed
Fixed compilation on Visual Studio 2010 and 2012 (issue
#107
)
2015-08-27 21:47:49 +02:00
..
Arduino
Fixed compilation on Visual Studio 2010 and 2012 (issue
#107
)
2015-08-27 21:47:49 +02:00
Internals
Fixed Clang warning "register specifier is deprecated" (issue
#102
)
2015-08-26 20:49:24 +02:00
ArduinoJson.h
Switched to the new library layout
2015-05-31 14:31:41 +02:00
CMakeLists.txt
Removed -Wdeprecated-register for GCC
2015-08-26 21:00:28 +02:00
JsonArray.cpp
Redesigned JsonVariant to leverage converting constructors instead of assignment operators
2015-05-23 15:32:50 +02:00
JsonBuffer.cpp
Implicitly duplicate String in the JsonBuffer (issue
#84
,
#87
)
2015-07-25 15:38:12 +02:00
JsonObject.cpp
Store parsed token as string and allow conversion between various types (issues
#64
,
#69
,
#90
,
#93
)
2015-08-10 17:22:22 +02:00
JsonVariant.cpp
Reduced generator size. Fixed Visual Studio warnings
2015-08-19 16:08:19 +02:00