tomljson
Go library for the TOML language -- commandline programs
Install
- All systems
-
curl cmd.cat/tomljson.sh
- Debian
-
apt-get install golang-github-pelletier-go-toml
- Ubuntu
-
apt-get install golang-github-pelletier-go-toml
- Kali Linux
-
apt-get install golang-github-pelletier-go-toml
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install golang-github-pelletier-go-toml
- Raspbian
-
apt-get install golang-github-pelletier-go-toml
- Dockerfile
- dockerfile.run/tomljson
golang-github-pelletier-go-toml
Go library for the TOML language -- commandline programs
This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0. TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. This package contains the two commandline programs tomll and tomljson.