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 00:38:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c705f3cfebd26721038ad7a0b05a3a97c3b73052
thirdparty-ArduinoJson
/
src
History
Benoit Blanchon
a8032f81d9
Added
JsonVariant JsonBuffer::parse()
(issue
#265
)
2016-04-30 09:47:53 +02:00
..
Internals
Added
RawJson()
to insert pregenerated JSON portions (issue
#259
)
2016-04-16 16:15:01 +02:00
ArduinoJson.h
Updated copyright year from 2015 to 2016
2016-01-07 22:39:57 +01:00
CMakeLists.txt
Travis: added GCC 4.4, 4.5, 4.7, 4.8, 4.9, 5.2 and Clang 3.5, 3.6, 3.7
2016-02-17 10:15:40 +01:00
JsonArray.cpp
Added support of
long long
(issue
#171
)
2016-02-14 16:18:13 +01:00
JsonBuffer.cpp
Added
JsonVariant JsonBuffer::parse()
(issue
#265
)
2016-04-30 09:47:53 +02:00
JsonObject.cpp
Added support of
long long
(issue
#171
)
2016-02-14 16:18:13 +01:00
JsonVariant.cpp
Fix
unsigned long
printed as
signed long
(issue
#170
)
2016-04-28 08:42:59 +02:00