/json2ini

take json, output ini

Primary LanguageGo

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.