Answers

Question and Answer:

  Home  JSON

⟩ Explain JSON Arrays?

JSON arrays are written inside square brackets.

An array can contain multiple objects:

JSON Arrays

{

"studeents": [

{ "firstName":"Ali" , "lastName":"Khan" },

{ "firstName":"John" , "lastName":"Sena" },

{ "firstName":"Kate" , "lastName":"Winslet" }

]

}

 168 views

More Questions for you: