Login
Open main menu
Tools
Cheatsheets
Interview problems
Blog
Json Viewer
Last modified: June 6, 2023
Your JSON
Preview
{ "countries": [ { "name": "USA", "id": 2, "population": 350 }, { "name": "Germany", "id": 5, "population": 80 }, { "name": "Japan", "id": 9, "population": 140 } ] }
Preview
expand
collapse
{
…
"countries"
:
[
…
"0"
:
{
…
"id"
:
2
,
"name"
:
"USA"
,
"population"
:
350
}
,
"1"
:
{
…
"id"
:
5
,
"name"
:
"Germany"
,
"population"
:
80
}
,
"2"
:
{
…
"id"
:
9
,
"name"
:
"Japan"
,
"population"
:
140
}
]
}