Question:
i´n very new working with JSON, and JS, so i got a problem, I´m trying to get the value inside the object attachments[{path = “…”}], but i get multiple errors due I don´t really know how to do it.This is my JSON:
Answer:
I think your problem is that you are getting an array from that json and then you have the same problem again, I mean the attachments is another array. So you will have to do the following:If you have better answer, please add a comment about this, thank you!