Java Jackson – Json annotations and dyna beans
Also see json simple org.json The json string at times have a lot of properties. It seems a waste creating a POJO with all those properties. Wouldnt it be great if there was a catch’all that could read all properties in a map? Jackson provides annotations to do just that. In the example below we … Read more