Developer

Beautify compact JSON and minify formatted JSON for transport.

Formatted JSON
Valid JSON

{
  "name": "toolbox.mom",
  "tools": [
    "json",
    "url",
    "uuid"
  ]
}
Minified JSON
{"name":"toolbox.mom","tools":["json","url","uuid"]}