# jackson-module-jettison **Repository Path**: mirrors_codecentric/jackson-module-jettison ## Basic Information - **Project Name**: jackson-module-jettison - **Description**: Module for Jackson JSON Library allowing to Serialize and Deserialize Jettison JSON Objects and Arrays - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jackson-module-jettison ======================= Module for Jackson JSON Library allowing to Serialize and Deserialize Jettison JSON Objects and Arrays Inspired by http://www.cowtowncoder.com/blog/archives/2011/03/entry_447.html Most code is also from Tatu Saloranta, so all credits for the idea and code go to him. Usage ===== Add to your project where you are currently using org.codehaus.jettison.json.JSONArray and/or org.codehaus.jettison.json.JSONObject Servers will pick it up automatically, clients will need to something like this: clientConfig = new DefaultClientConfig(); clientConfig.getClasses().add(JettisonJacksonMapperProvider.class); clientConfig.getClasses().add(JacksonJsonProvider.class); Compatibility ============= * Since Version 0.0.8 the module requires jackson 2.4. * Since Version 0.0.3 the module requires jackson 2.0. * Jackson 1.9.x users should use 0.0.2 20725a8f696ba8966dac10bf275cc24f98091b80