Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (53 loc) · 619 Bytes

readme.md

File metadata and controls

65 lines (53 loc) · 619 Bytes

json-beautifier

You can try here

Beautify or minimize JSON.

Action From To
Beautify
  {
    "one":"two","second":[
"uno", "dos"    
]
     }
{
    "one": "two",
    "second": [
        "uno",
        "dos"
    ]
}
Minify
{
    "one": "two",
    "second": [
        "uno",
        "dos"
    ]
}
{"one":"two","second":["uno","dos"]}

from manuals of youtu.be/s38oGpnnQo8