TOML gets pretty close to a `.ini` file as a standardized parser, taking the original format idea a little bit further.
https://toml.io/en/
My main gripe was that inline tables had to be single line, but the restriction is lifted in TOML 1.1.0.