JSON and iterator module

Status
Not open for further replies.
When I attempt to build this array (from a Pabbly YouTube video) for testing I get an error. Does anyone know what is wrong with my code?

1640327999039.png
 
P

Pabblymember11

Guest
Hey @troycoker08

We try the same data at our end and it works fine. Kindly try typing the data manually on the editor.

2021-12-22.png


[
{
"id": 42,
"name": "Nike Shoes",
"product_id": 270,
"variation_id": 0,
"quantity": 1,
"sub_total": "400:00",
"total": "400.00"
},
{
"id": 43,
"name": "Nike Shoes 2",
"product_id": 272,
"variation_id": 0,
"quantity": 1,
"sub_total": "1500:00",
"total": "1500.00"
}
]
 
Status
Not open for further replies.
Top