Articles → JSON → Nested JSONNested JSONIn this article, we will discuss about nested JSON.What Is Nested JSON? If a value in JSON is another JSON object, then we call it as nested JSON.Example Consider the following example{ "name":"Karan", "country":"india", "Qualification": { "Q1":"Engineering", "Q2":"MBA" } }Here ‘Qualification’ is another object inside the JSON.Output Click to EnlargePosted By - Karan Gupta Posted On - Tuesday, April 24, 2018 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
{ "name":"Karan", "country":"india", "Qualification": { "Q1":"Engineering", "Q2":"MBA" } }
Query/Feedback