I have json where some of the field names are camel case some of the field names start with capital letter and some are completely upper case. JSON I am dealing with is highly nested and some times field names are repeated based on depth of the node when you convert nested json into tree.
Is there any easy way to generate POJO for this kind of JSON.