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
2026-01-30 10:12:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
96245dd3b46f6689b4d537f29794992009646ce2
ArduinoJson
/
src
History
Benoit Blanchon
96245dd3b4
Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src)
2015-11-19 21:53:27 +01:00
..
Arduino
Use
float
instead of
double
to reduce the size of
JsonVariant
(issue
#134
)
2015-10-30 23:03:16 +01: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
Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src)
2015-11-19 21:53:27 +01: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
Added parameter to
DynamicJsonBuffer
constructor to set initial size (issue
#152
)
2015-11-09 21:37:40 +01:00