How to convert JsonForm to Json?

123 Views Asked by At

I would like to extract only the data present in a Json to JsonForm using Java.

Which framework can I use to this operation?

1

There are 1 best solutions below

0
On BEST ANSWER

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.