-
19 Aug 2011 12:41 AM #1
Answered: JSON navigation for grid
Answered: JSON navigation for grid
Hi all

I write REST API and his return json format. For example:
How i can navigate to "country" and "post_code" in my Grid (or model for Store)? If i write name for field "location.country" or "location['country']" id don't work. Sorry of my bad english.Code:[ { "first_name": "John", "last_name": "Smith", "location": { "country": "Canada", "post_code": "12345" } } ]
-
Best Answer Posted by env0ke
Promlem solved. Use "mapping" feature in my store.
-
19 Aug 2011 2:59 AM #2
Promlem solved. Use "mapping" feature in my store.


Reply With Quote