Could you precise what you are trying to achieve? Do you want to create a form using a json created in java? Or are you trying to retrieve data from a submitted form?
I've found the answer. Don't let the ugly aspect of JsonForm deceive you. I don't know if this apply for all cases, but I just had to extract the Json object that contains only the data. This can be done using any common Json parser, as like as Gson.