function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
prem ranjan 63prem ranjan 63 

how to parse the following json

"statusList":[
"BEINGPICKED"
],
"fulfilmentType":"HWD",
"productLineStatus":"{\"BEINGPICKED\":1}",
"productLineStatuses":{
"BEINGPICKED":1
}
},
{
"id":"445734",
"productName":"Kids Bike Build HWD",
"productType":"standard",
"brand":null,
"price":{
"sales":{
"currency":"GBP",
"symbol":"£",
"value":15,
"formatted":"£15.00",
"decimalPrice":"15.00"
}
},
"status":"In progress",
"statusList":[

],
"fulfilmentType":"HWD",
"productLineStatus":null,
"productLineStatuses":{

}
}
],
"totalQuantity":1
}
}
}
Foram Rana RForam Rana R
Hi Ranjan,

You can use https://json2apex.herokuapp.com/  URL for parsing JSON to apex.

Thanks,
Foram Rana
sachinarorasfsachinarorasf
Hi Prem Ranjan,

Here is the URL you can go through it:
https://json2apex.github.io/

I hope you find the above solution helpful. If it does, please mark it as the Best Answer to help others too.
Thanks and Regards,
Sachin Arora
www.sachinsf.com