Rashad Itani
Home
Professional
Projects
Resume
Home
Professional
Projects
Toggle theme
Resume
RAI JSON Pretty Print
Input
Output
Parse
Clear
{"string":"string","object":{"number":12345},"boolean":[true,false],"array":["1",{"g":"h"},3,4,5],"tableArray":[{"id":1,"name":"John","age":30,"contact":{"email":"john@example.com","phone":"555-1234"},"skills":["JavaScript","React","Node.js"]},{"id":2,"name":"Jane","age":25,"contact":{"email":"jane@example.com","phone":"555-5678"},"skills":["Python","Data Science","ML"]},{"id":3,"name":"Bob","age":40,"contact":{"email":"bob@example.com","phone":"555-9012"},"skills":["Java","Spring","SQL"]}],"doubleArray":[["Name","Age","City","Details"],["John",30,"New York",{"occupation":"Developer","years":5}],["Jane",25,"Los Angeles",{"occupation":"Designer","projects":[{"name":"Website","year":2023},{"name":"App","year":2022}]}],["Bob",40,"Chicago",{"occupation":"Manager","department":"IT"}]]}
Edit
Levels
Text
Copy
Download
▼
{
"string":
"string"
,
▼
"object":
{
"number":
12345
}
,
▼
"boolean":
[
true
,
false
]
,
▼
"array":
[
"1"
,
▼
{
"g":
"h"
}
,
3
,
4
,
5
]
,
▼
"tableArray":
[
Table View
▼
{
"id":
1
,
"name":
"John"
,
"age":
30
,
▼
"contact":
{
"email":
"john@example.com"
,
"phone":
"555-1234"
}
,
▼
"skills":
[
"JavaScript"
,
"React"
,
"Node.js"
]
}
,
▼
{
"id":
2
,
"name":
"Jane"
,
"age":
25
,
▼
"contact":
{
"email":
"jane@example.com"
,
"phone":
"555-5678"
}
,
▼
"skills":
[
"Python"
,
"Data Science"
,
"ML"
]
}
,
▼
{
"id":
3
,
"name":
"Bob"
,
"age":
40
,
▼
"contact":
{
"email":
"bob@example.com"
,
"phone":
"555-9012"
}
,
▼
"skills":
[
"Java"
,
"Spring"
,
"SQL"
]
}
]
,
▼
"doubleArray":
[
Table View
▼
[
"Name"
,
"Age"
,
"City"
,
"Details"
]
,
▼
[
"John"
,
30
,
"New York"
,
▼
{
"occupation":
"Developer"
,
"years":
5
}
]
,
▼
[
"Jane"
,
25
,
"Los Angeles"
,
▼
{
"occupation":
"Designer"
,
▼
"projects":
[
Table View
▼
{
"name":
"Website"
,
"year":
2023
}
,
▼
{
"name":
"App"
,
"year":
2022
}
]
}
]
,
▼
[
"Bob"
,
40
,
"Chicago"
,
▼
{
"occupation":
"Manager"
,
"department":
"IT"
}
]
]
}