How to get an array of a nested JSON response

    Description = response.messages.map( (item)=>item.description)

Use array Map function , :relaxed::tada:

1 Like