# 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.
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.