[
https://issues.apache.org/jira/browse/CAMEL-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247301#comment-13247301
]
Raul Kripalani commented on CAMEL-4930:
---------------------------------------
The last release is less than 1.5 years old (December 2012), not 2+.
json-lib is quite a stable and mature project from my experience.
It clearly isn't in heavy development at the moment, but ohloh.net shows higher
adoption rate of json-lib (16 users) vs. Jackson (14 users) and Gson (7 users)
- the other JSON-processing libraries supported in Camel (leaving XStream aside
- which is a whole different story).
So I'm inclined to think that Camel should offer json-lib support simply
because users use it, and it solves a different use case than the rest of the
libraries currently present in the project.
> Provide a Data Format to convert XML <-> JSON directly (json-lib)
> -----------------------------------------------------------------
>
> Key: CAMEL-4930
> URL: https://issues.apache.org/jira/browse/CAMEL-4930
> Project: Camel
> Issue Type: New Feature
> Affects Versions: 2.9.0
> Reporter: Raul Kripalani
> Assignee: Raul Kripalani
> Fix For: 2.10.0
>
> Attachments: camel-xmljson-full.diff
>
>
> Currently if one wants to convert from XML to JSON, the payload must first be
> serialised to an object / POJO.
> The proposal is to create a new Data Format called camel-xmljson which uses
> the json-lib library to perform the conversion directly:
> http://json-lib.sourceforge.net/. This library is Apache-licensed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira