JSON to INI

Convert a JSON object with scalar values and one level of sections into INI.

Convert in your browser · No sign-up

Scalars become strings; deeper objects and arrays are rejected. Keys with INI syntax and multiline values are rejected.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Convert a JSON object with scalar values and one level of sections into INI.
  2. Choose the mode or options, then run the tool.
  3. Review the result, then copy or download the TXT file.

Example

{"server":{"port":8080}} → [server]
port=8080

Details and limitations

Scalars become strings; deeper objects and arrays are rejected. Keys with INI syntax and multiline values are rejected.

Text stays in your browser; it is not sent to a conversion server.

FAQ

JSON to INI — What are the supported inputs and limits?

Scalars become strings; deeper objects and arrays are rejected. Keys with INI syntax and multiline values are rejected.

Format references

Tool page updated: