sanjay_1985
27 Jan 2014, 9:42 PM
Hi All,
We have an requirement to pass special chars like double quotes, space in JSON to a rest service.
The JSON is getting passed like below
“version”:””” The value will be directly mapped to Model class rest service.
The above becomes invalid JSON because of presence of double quotes.
Can someone give us some insights on fixing this issue?
We have an requirement to pass special chars like double quotes, space in JSON to a rest service.
The JSON is getting passed like below
“version”:””” The value will be directly mapped to Model class rest service.
The above becomes invalid JSON because of presence of double quotes.
Can someone give us some insights on fixing this issue?