Importing an array into a property field
-
I have an array of images as an array in my JSON. How would I go about importing this array?
Below is an example of the array, please note this is separate to ‘normal images’.
"pics360":[ {"pic":"https://picsum.photos/200/300","title":"Picture 1"},{"pic":"https://picsum.photos/200/300","title":"Picture 2"},{"pic":"https://picsum.photos/200/300","title":"Picture 3"} ]
- The topic ‘Importing an array into a property field’ is closed to new replies.