summaryrefslogtreecommitdiff
path: root/src/json.hh
AgeCommit message (Collapse)Author
2025-10-21json: Add support for nullJoel Klinghed
2025-10-20json: Avoid ambigous calls to value()Joel Klinghed
int == int32_t on this platform, and a uint32_t fits in both int64_t and uint64_t so be specific.
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.