One option found:
http://beckchr.github.com/staxon/
Ramblings of a Journeyman Software Engineer - covering ExtJS, JQuery, Struts, Spring Framework, Pentaho Data Integration (Kettle)
Showing posts with label json. Show all posts
Showing posts with label json. Show all posts
Thursday, March 22, 2012
Monday, March 19, 2012
What are the JSON Library Which Can Be Use in JDK 1.4?
I have found these links:
Friday, March 2, 2012
How to Convert Excel Data to JSON?
We came across this useful site:
http://shancarter.com/data_converter/
http://shancarter.com/data_converter/
Wednesday, January 25, 2012
Saturday, January 21, 2012
Custom Jackson's ObjectMapper in Spring Framework
Method No 1: Prevent cross-site scripting when using JSON objects using ESAPI and Jackson framework 1.7.x
Another link showing JaxbJacksonObjectMapper.
Another link showing option 3: How to customise the Jackson JSON mapper in Spring Web MVC? Method as described in jackson-module-hibernate
One example of how to write the JSONResult
Example 2: Creating a Login Interceptor in Struts 2 - Same concept can be use to write the JSONResult and configure in Spring
Another link showing JaxbJacksonObjectMapper.
Another link showing option 3: How to customise the Jackson JSON mapper in Spring Web MVC? Method as described in jackson-module-hibernate
One example of how to write the JSONResult
Example 2: Creating a Login Interceptor in Struts 2 - Same concept can be use to write the JSONResult and configure in Spring
Thursday, December 15, 2011
Wednesday, December 14, 2011
How to JSON <-> XML?
Possible Paser Choice: Jackson : http://jackson.codehaus.org/ plus a plugin will do the trick - Plugin for the Jackson Parser: https://github.com/lukas-krecan/json2xml
Subscribe to:
Comments (Atom)