Interviewer And Interviewee Guide

JSON Interview Question:

Explain JSON Arrays?

Submitted by: Administrator
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" }
]
}
Submitted by: Administrator

Read Online JSON Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.