0 characters

Make it readable!

This tool formats JSON (and XML) for human readability only.

Don't use this tool for use cases where precision is critical. It parses and re-renders the input and will often not produce a 1:1 copy.

Examples:

  • JSON: 0.00 becomes 0
  • JSON: 0.0000001 becomes 1e-7
  • XML: leading and trailing whitespace will be ignored
  • XML: empty nodes will be self-closed
  • XML: internal DTDs in !DOCTYPE will be ignored