* @return the JSON unmarshaller
*
* @throws javax.xml.bind.JAXBException if there is an error creating the unmarshaller.
*/
public org.glassfish.jersey.jettison.JettisonUnmarshaller createJsonUnmarshaller() throws JAXBException {
return new JettisonJaxbUnmarshaller(this, getJSONConfiguration());
}