5 Commits

Author SHA1 Message Date
e85261d0c6 fix(json)!: correct spelling of JSONDefaultIndent (#7)
Fix misspelled variable name `JSONDefualtIndent` to `JSONDefaultIndent`
throughout the codebase. Update documentation to reference this
correctly spelled variable in the JSON struct's Indent field comment.

BREAKING CHANGE: Rename `JSONDefualtIndent` to correctly spelled `JSONDefaultIndent`.
2025-06-11 02:25:51 +01:00
e2e2754970 refactor: focus around Render/Compact/Pretty/NewWith functions
This is yet another drastic refactor of public API and concepts.
Hopefully the last one, as I'm now fairly happy with things.
2024-03-25 01:40:31 +00:00
de3a9e55a8 refactor: yet another one, someday I might be happy 2024-03-24 03:28:08 +00:00
7632b1119c refactor!: sizeable changes across the board 2024-03-19 03:54:31 +00:00
2b28f96bad feat(render): experimental package to render arbitrary values to different formats 2024-03-17 20:48:33 +00:00