c12-parser 1.1.0

Toolbox for parsing and stringifying various formats, including JSON, JSON5, JSONC, INI, TOML, and YAML.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Description

<!-- Briefly describe your changes -->

## Type of change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation / chore

## Checklist

- [ ] `bun run format` and `bun run lint` pass
- [ ] `bun run test` passes
- [ ] Commits follow [Conventional Commits]https://www.conventionalcommits.org/ (or used `bun run commit`)