Karitham / json2ini

take json, output ini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

take json, output ini


Languages

Language:Go 75.2%Language:Nix 24.8%