"content":{"ups_ground":
{"amount":"7.06",
"currency_code":"USD",
"data":[],
"tnt":"Monday, 7\/15 at 11:00pm"},
"ups_next_day_air_saver":
{"amount":"26.44",
"currency_code":"USD",
"data":[],
"tnt":"Monday, 7\/15 at 3:00pm"},
"ups_next_day_early_a.m.":
{"amount":"63.84",
"currency_code":"USD",
"data":[],
"tnt":"Monday, 7\/15 at 8:30am"},
"ups_next_day_air":
{"amount":"30.99",
"currency_code":"USD",
"data":[],"tnt":
"Monday, 7\/15 at 10:30am"}
}
}
I have nested json like above and I was really confused on how to write store root property and model fields..could anyone please help me on this
I tried giving rootProperty: content but it is not working
I want to call data in the view as {ups_ground.amount} does this works??