This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
ArduinoJson
Watch
1
Star
0
Fork
0
You've already forked ArduinoJson
forked from
bblanchon/ArduinoJson
Code
Pull Requests
Activity
1,091
Commits
9
Branches
140
Tags
30b94493bbda82e50bcaeb0ec293d0e92b060ad3
Commit Graph
5 Commits
Author
SHA1
Message
Date
Benoit Blanchon
9ac2ac303c
Removed default capacity of
DynamicJsonDocument
2019-01-14 10:32:19 +01:00
Benoit Blanchon
02d809f3f4
Added Visitable to reduce the number of definitions of operator<<
2018-10-12 17:59:50 +02:00
Benoit Blanchon
b0560cbd99
Added
JsonArrayConst
,
JsonObjectConst
, and
JsonVariantConst
2018-10-12 12:00:27 +02:00
Benoit Blanchon
b106b1ed14
Copy JsonArray and JsonObject, instead of storing pointers (
fixes
#780
)
2018-09-11 16:06:08 +02:00
Benoit Blanchon
87fa87d87b
Renamed function
RawJson()
to
serialized()
2018-07-12 09:08:20 +02:00