Skip to content

zh1gr/json-beautifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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