Re: [Architecture] Payload Factory improvements for JSON transformations

2013-10-09 Thread Kasun Indrasiri
On Wed, Oct 9, 2013 at 12:00 PM, Ravi Undupitiya wrote: > We managed to get these scenarios working, the only limitations were the > ones due to the way Jettison handles anonymous classes. > > We're going to test generic json-path evaluator by giving the property > mediator ability to evaluate js

Re: [Architecture] Payload Factory improvements for JSON transformations

2013-10-08 Thread Ravi Undupitiya
We managed to get these scenarios working, the only limitations were the ones due to the way Jettison handles anonymous classes. We're going to test generic json-path evaluator by giving the property mediator ability to evaluate json-path. On Tue, Oct 8, 2013 at 5:31 PM, Kasun Indrasiri wro

[Architecture] Payload Factory improvements for JSON transformations

2013-10-08 Thread Kasun Indrasiri
Hi, We have been using PF for JSON based RESTful integration and there seems to have several areas to improve. - JSON->JSON - This works fine with JSON Path[1].. but we have to use JSON streaming builders/formatters. - XML-> JSON - This is not supported with JSON streaming builder, but have to sw