cancel
Showing results for 
Search instead for 
Did you mean: 

Remove double quotes in Json receiver payload

0 Kudos
646

Hi Everyone.I am working on IDoc to Rest async scenario. While converting XML to JSON some fields were appearing with Double quotes in Json schema. I need to remove double quotes to in receiver Json schema. I was used XML/JSON conversion table to remove string. But it didn't work well. Please suggest.

Requested Out Put Json:

{"srcQty":500,

"caselot":10,

"mrp":18.00}

Current Output Json:

{"srcQty":"500",

"caselot":"10",

"mrp":"18.00"}

I was mentioned type in XML/JSON conversion table like decimal and integers for mentioned fields. But it didn't work.

Please suggest

Accepted Solutions (0)

Answers (0)