How can I get Credits data from this JSON Response
{
“ErrorCode”: 0,
“ErrorDescription”: “Success”,
“Data”: [
{
“PluginType”: “SMS”,
“Credits”: €0.6991
}
]
}
This block not working
How can I get Credits data from this JSON Response
{
“ErrorCode”: 0,
“ErrorDescription”: “Success”,
“Data”: [
{
“PluginType”: “SMS”,
“Credits”: €0.6991
}
]
}
This block not working
Extension works better with jsons that contains arrays
Thank you so much
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.