summaryrefslogtreecommitdiff
path: root/src/json.cc
AgeCommit message (Collapse)Author
2023-04-17json: Use the union initialization that is supported in C++17Joel Klinghed
C++20 has it, and C99 has it, so it works but isn't guaranteed to.
2015-06-09Fix warningsJoel Klinghed
2015-06-09Fix quoting of special characters in JSONJoel Klinghed
2015-06-09Add unittest for JSON and fix put/get overload for const char*Joel Klinghed
2015-06-04Fix json implementationJoel Klinghed
put() ended up being recursive
2015-06-04Adding senderJoel Klinghed