Hello,
i'm newbee and not so good at programming.
I receive json array from $_lastHttpResponseBody looking like this:
{
"items": [
{
"customer_firstname": "John doe",
"increment_id": "1000000019",
"status": "canceled",
"total_paid": 198
}
]
}
is it possible to get to the 'customer_firstname' using json\retrieve ?
Thank you
i'm newbee and not so good at programming.
I receive json array from $_lastHttpResponseBody looking like this:
{
"items": [
{
"customer_firstname": "John doe",
"increment_id": "1000000019",
"status": "canceled",
"total_paid": 198
}
]
}
is it possible to get to the 'customer_firstname' using json\retrieve ?
Thank you
Comment