Can’t able to get some value from JSON
-
Hi Team,
I can able to get the “code” value, but can’t able to get “total” from JSON.
1) JSON :
{
“_items”: [
{
“code”: “12344567”
}
],
“_meta”: {
“total”: 28
}
}2) Basenode (JSON-node to start):
_items3) Template :
{subloop} code:{code} <br/> {/subloop} TOTAL:{total}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can’t able to get some value from JSON’ is closed to new replies.