Json Editor/Viewer Online -- Edit, Format and Validate Json Code
How to Validate, Reformat or Beautify JSON Code?
- Step 1: load json data. You can copy and paste your json data to the Source Data box, or click the File command to select the json file from your local computer system;
- Step 2: after the json code is loaded, you can click the Beautify button to print the json code. You can format the json code in the way you desire by clicking on the Option button.
Options
{
"browsers": {
"firefox": {
"name": "Firefox",
"pref_url": "about:config",
"releases": {
"1": {
"release_date": "2004-11-09",
"status": "retired",
"engine": "Gecko",
"engine_version": "1.7"
}
}
},
"chrome": {
"name": "Chrome",
"pref_url": "about:config",
"releases": {
"2": {
"release_date": "2019-11-09",
"status": "active",
"engine": "Gecko",
"engine_version": "2.7"
}
}
}
}
}