java - GSON/Jackson - how to parse array of arrays of variable types -


i have json looks like:

{"response":[[215,{typea},{typea},...,{typea}],[{typeb},{typeb},...,{typeb}]]}; 

215 integer number, changes in each response, it's not important. typea, typeb classes of application. how can parse json typea/b[] or list?

ok, found solution jackson here http://programmerbruce.blogspot.com/2011/05/deserialize-json-with-jackson-into.html


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -