I have some bean with properties. And json response is e.g.
bean:[{"id":"1", "name":"Jack", "lastname":"Poter"}]
Is there any ways in struts-json-plugin to convert response like this?
bean:[{"id":"id", "value":"1"}, {"id":"name", "value":"Jack"},...]
Thanks a lot!