jsontoml command
Package jsontoml is a program that converts JSON to TOML.
Usage
Reading from stdin:
cat file.json | jsontoml > file.toml
Reading from a file:
jsontoml file.json > file.toml
Installation
Using Go:
go install github.com/pelletier/go-toml/v2/cmd/jsontoml@latest
- Version
- v2.2.4 (latest)
- Published
- Apr 7, 2025
- Platform
- windows/amd64
- Imports
- 5 packages
- Last checked
- 6 hours ago –
Tools for package owners.