Help me, I used google sheets api, and got the above json code
{
"range": "table!A1:Z993",
"majorDimension": "ROWS",
"values": [
[
"id",
"category",
"name",
"image"
],
[
"1",
"Free Color",
"UI/UX Resources",
"https://i.pinimg.com/564x/f4/f0/09/f4f00901fe9e6a4e1ad4de670dc8479c.jpg"
],
[
"2",
"Typography",
"UI/UX Resources",
"https://i.pinimg.com/564x/82/28/15/822815c7fdb4372ac20ed3d4b06c636c.jpg"
],
[
"3",
"Free Mockup",
"ui_gradient",
"https://i.pinimg.com/564x/e4/cb/91/e4cb91f0b3749452c896de63b67494c5.jpg"
]
]
}
How can I divide the above data into categories and display them on list view and image?
help, I have the json code and I have tested many ways such as not being able to get data by id, category, name, image.
my block