Data-serialization tools
Twig
Terminal-based JSON & YAML viewer (TUI) for exploring and searching large files — fast, interactive, and privacy-first
- GitHub
- Python
Dasel
- GitHub
- Golang
Dasel (short for data-selector) allows you to query and modify data structures using selector strings. Comparable to jq / yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.
Install from github releases
Issues:
remarshal
- GitHub
- AUR package conflicts with
haskell-yaml, which is a dependency of pandoc-cli- remarshal can also get installed as uv tool:
uv tool install remarshal
- remarshal can also get installed as uv tool:
Usage
Roundtrip:
remarshal test.toml --to json | remarshal --from json --to toml