How to get the particular data object from the JSON data from the given JSON data:
{
"customer":{
"id":1117198024800,
"email":"[email protected]",
"accepts_marketing":false
}
}
I need to parse ID from the above data, Can anyone help me please. Thanks in advance!!!