Alex
08/10/2022, 3:58 PM"order.appointment_address.city": "urham",
"order.appointment_address.state_abbreviation": "NC",
"order.appointment_address.state_name": "North Carolina",
I want to parse it like this
{
"order: {
appointment_address: {
"city": "urham",
"state_abbreviation": "NC",
"state_name": "North Carolina"
}
}
}
Is there any effective way to parse it?