Hello guys,
I wrote a ruby script to generate java class definitions from json, to use with Gson.fromJson function.
https://github.com/trhura/json2javaFeatures
* can handle nested inner objects
* De-serialize snake_case names to Java's camelCase convention
I haven't tested it throughly though. Thought I might share this here, since it might be useful for somebody out there.