---
title: "Explain JSON Array?"  
description: "Explain JSON Array?"  
author: "AVADHESH PATEL"  
published: 2013-05-29  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1729/explain-json-array  
category: "json"  
tags: ["json"]  
reading_time: 1 minute  

---

# Explain JSON Array?

JSON array written as following An array can contain multiple objects: \
JSON Array{"student":[{"firstName":"Samuel","lastName":"Fernandes"},{"firstName":"Takeshi","lastName":"Okada"},{"firstName":"Jacob","lastName":"Rasel"}]}

## Answers

### Answer by AVADHESH PATEL

JSON array written as following An array can contain multiple objects: \
JSON Array{"student":[{"firstName":"Samuel","lastName":"Fernandes"},{"firstName":"Takeshi","lastName":"Okada"},{"firstName":"Jacob","lastName":"Rasel"}]}


---

Original Source: https://www.mindstick.com/interview/1729/explain-json-array

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
