Json Viewer

Last modified: June 6, 2023
Your JSON
Preview
  • {
    • "countries" :
      [
      • "0" :
        {
        • "id" : 2,
        • "name" : "USA",
        • "population" : 350
        }
        ,
      • "1" :
        {
        • "id" : 5,
        • "name" : "Germany",
        • "population" : 80
        }
        ,
      • "2" :
        {
        • "id" : 9,
        • "name" : "Japan",
        • "population" : 140
        }
      ]
    }