aboutsummaryrefslogtreecommitdiff
path: root/lib/json
AgeCommit message (Collapse)Author
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
but instead spin each out into its own repo.
2025-08-17Major improvements to type inference to support `JSON({"key"=yes,Bruce Hill
"key2"=[1,2,{"ok"=JSON.Null}]})` and similar fancy type inference stuff.
2025-08-17Add JSON module.Bruce Hill