jsoneditoronline.org Open in urlscan Pro
2606:4700:3108::ac42:28fe  Public Scan

URL: http://jsoneditoronline.org/
Submission: On June 01 via api from JP — Scanned from JP

Form analysis 0 forms found in the DOM

Text Content

You need to enable JavaScript to run this app.
 
Theme
Browser default Light Dark
Docs News Feedback About
Drag 'n drop your JSON document here...
New
Open
Open recent file Open from disk Open from url
Save
Save to cloud Save to disk Send to url
Copy
Copy formatted Copy compacted Copy as-is
Share
Options

JSON Schema Indentation (2 spaces) Font size (14px) Escape control characters
Escape unicode characters Document properties Delete document
code tree




powered by CodeMirror
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
⌄
⌄
{
"array": [
1,
2,
3
],
"boolean": true,
"color": "gold",
"null": null,
"number": 123,
"object": {
"a": "b",
"c": "d"
},
"string": "Hello World"
}


Line: 1
Column: 1

Copy

Transform

Differences
Enable

Drag 'n drop your JSON document here...
New
Open
Open recent file Open from disk Open from url
Save
Save to cloud Save to disk Send to url
Copy
Copy formatted Copy compacted Copy as-is
Share
Options

JSON Schema Indentation (2 spaces) Font size (14px) Escape control characters
Escape unicode characters Document properties Delete document
code tree




Navigation bar
Empty document
 * Click inside the editor
 * Paste clipboard data using Ctrl+V
 * Create a new object by typing {
 * Create a new array by typing [