How Can I Map JSON to JAX-B Object?

aki

New Member
I have some incoming JSON that I need to map to a JAXB object. Do I need to convert the JSON to XML and then populate the JAXB object, or can I map the JSON directly to the object? In either case, can someone tell me what is the best library for doing this?
 
Back
Top