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,464
Commits
9
Branches
140
Tags
acfa174333471ea25fa1ef74e2d9c2542dff942a
Commit Graph
4 Commits
Author
SHA1
Message
Date
Benoit Blanchon
4073b52c00
Changed return type of convertToJson() and Converter::toJson() to void
2021-07-23 15:11:48 +02:00
Benoit Blanchon
337864618c
Reversed parameters of convertToJson() and convertFromJson()
...
Now the order matches copyArray(): source first, destination second.
2021-04-28 10:25:39 +02:00
Benoit Blanchon
d5d2209d09
Added "https://" prefix to all URLs so they are clickable in VS Code
2021-03-29 19:35:25 +02:00
Benoit Blanchon
d7f5b56ca4
Added support for custom converters (
closes
#687
)
2021-03-20 14:52:47 +01:00