0

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

Which framework can I use to this operation?

3
  • 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? Commented Sep 4, 2019 at 15:33
  • I want to retrieve the data from JsonForm in Json format using a java framework. Commented Sep 4, 2019 at 16:00
  • If you have no framework at all, any java web framework could do. See a few here : dzone.com/articles/most-popular-java-web-frameworks Commented Sep 4, 2019 at 16:13

1 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.