How to load this json in Extjs? I created two model's with appropriate fields. A BelongsTo association didn't help me, because it seems to be for only reference- not embedded association.
Connection part should be indented...Code:{ "data": [ { "id": "1", "name": "project1", "connection": { "id": "2", "name": "connection1", } } ], "total": 1, "success": true, "message": "ok" }