function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Surya Pratap Singh 13Surya Pratap Singh 13 

How to get Array From Nested Array of Objects response from Apex In LWC r

Hi Everyone,

How can i parse the array from nested array of objects?

I want to access "Name" property value from "Opportunities" array in below response  : - 
[
 {
  "Id":"0015g000004IijIAAS",
  "Opportunities": [{ "Name": "Edge Emergency            Generator" }]
  }
]