summaryrefslogtreecommitdiff
path: root/test/json.cc
AgeCommit message (Collapse)Author
2025-10-19json: Fix ostream writerJoel Klinghed
Wrote boolean as 1 and 0. Also improve test code coverage.
2025-10-19json: Add new moduleJoel Klinghed
Only has methods for writing JSON for now. Will let you create invalid json, but should assert if you do.