Categorygithub.com/Karitham/json2ini
repositorypackage
0.1.0
Repository: https://github.com/karitham/json2ini.git
Documentation: pkg.go.dev

# README

json2ini

Takes a JSON document in the format

{
    "section": {
        "key": "value"
    }
}

and transforms it into ini

[section]
key=value

This is perfect for generating rclone config files for example.