JSON and iterator module
Status: Closed · Asked by Troy Coker on · 0 views
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?

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

[
{
"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"
}
]
thank you for your assistance. awesome!