Hi,

I am using cxf 2.1 version json response.
I notice the individual values type are automatically set as integer and
string respectively.

Can any one tel me how to set all the values as Strings.

Eg:
Current reponse:
{"results":{"@total":"1","@lasthit":"1","@firsthit":"1","result":{"url":"http:\/\/www.ocbc.com","name":"OCBC
CENTRE","floor":1,"unit":0,"blockhouseno":65}}}

Expected response:
{"results":{"@total":"1","@lasthit":"1","@firsthit":"1","result":{"url":"http:\/\/www.ocbc.com","name":"OCBC
CENTRE","floor":"01","unit":"00","blockhouseno":"65"}}}

Regards,
Priya
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-json-using-Spring-framework-tp2846558p2846558.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to