Re: JSON Payload validation example

2015-04-23 Thread Sergey Beryozkin
If it is JAX-RS: you can configure CXF JSONProvider to do the validation. You may also be able to do a validation with Jackson and JSON Schema but I'm not sure if it is possible - please ask at the Jackson list... Cheers, Sergey On 23/04/15 15:30, venkatesham nalla wrote: Hi, Is there anywa

JSON Payload validation example

2015-04-23 Thread venkatesham nalla
Hi, Is there anyway to turn JSON Payload validation similar to XML? Thanks, Venkat