JSON Support
------------
Key: CAMEL-186
URL: https://issues.apache.org/activemq/browse/CAMEL-186
Project: Apache Camel
Issue Type: New Feature
Reporter: Hiram Chirino
Priority: Minor
JSON is becoming a big data format for the Web 2.0 world. Supporting this in
camel could be interesting. Perhaps we should support coverting the body of
the JSON message do JSON based DOM like:
http://json.org/java/
What would be nicer is there were JSON binding annotations so that a JSON
message could get mapped to a bean similar to how JAXB maps XML to beans. But
I don't think there is anything out there does does this.
[jabsorb\http://code.google.com/p/jabsorb/wiki/Manual] takes a stab at it and
so does
[rocket-gwt|http://code.google.com/p/rocket-gwt/wiki/JsonSerialization] but I
find it a bit lacking. Also they don't provide a nice marshaling API that a
3rd party lib like Camel can leverage.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.