Open GoogleCodeExporter opened 9 years ago
how to achieve this output { "response": { "header": { "res-code": "0" }, "res-content": { "personal-profile": { "data-set": { "label": "Your Personal Profile", "nesting": "true", "data-item": [ { "id": "first_name", "type": "text", "cardinality": "single", "label": "First Name", "value": "Anurag Sinha" }, { "id": "photo", "type": "url/image", "cardinality": "single", "label": "Picture", "value": "{url to get the image from Webapp }" }, { "id": "adm_num", "type": "text", "cardinality": "single", "label": "Admission Number", "value": "{value}" } ] } } } } } } using google gson 2.2.2 Please provide any additional information below.
Original issue reported on code.google.com by pushpend...@gmail.com on 8 Aug 2012 at 8:47
pushpend...@gmail.com
how to send response above with object metadata
Original comment by pushpend...@gmail.com on 8 Aug 2012 at 8:50
Original issue reported on code.google.com by
pushpend...@gmail.com
on 8 Aug 2012 at 8:47