Reputation: 2688
Since Java 7 there has been a JSON standard.
Is there a simple or standard solution for serializing Java objects to JSON and back again?
Upvotes: 1
Views: 1006
Reputation: 744
You could use the jaxb annotations.
Reputation: 7906
You could try Gson. It's very simple and easy to use.