I'm wondering whether - and how - I can substitute a different parser for the built-in XPP3.
My use case: + I've got JiBX working and parsing to/from the mapped XML. + I want to add support for JSON without adding a set of JSON bindings. + Jettison ( http://jettison.codehaus.org/ ) seems a great, easy option: I can piggy back on the existing XML mappings and just use Jettison to make the JSON stream available via and XML StAX parser API. Conceptually very slick. My fall-back is a two-stage conversion: JSON -> XML -> Java but I'd rather skip the XML middle-man. So what's the steps to specify a different "XML" parser when using JiBX to unmarshall? ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users