Community
Participate
Working Groups
Add support for unmarshalling from a JsonStructure (both JsonArray and JsonObject). For this we should a JsonStructureSource that implements javax.xml.transform.Source. This new source will then be able to be used with the following unmarshal methods Unmarshaller.unmarshal(Source) Unmarshaller.unmarshal(Source, Class) This input should be added to our high level JSON test so that all the use cases are covered.
Created attachment 232743 [details] Proposed changes
Created attachment 232746 [details] Proposed changes
Created attachment 232749 [details] Proposed changes
Checked in initial support. Added new class org.eclipse.persistence.oxm.json.JsonStructureSource to make use of this.
Example: http://blog.bdoughan.com/2013/07/eclipselink-moxy-and-java-api-for-json.html
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink