Forum Discussion

Readyapiuser's avatar
Readyapiuser
Occasional Contributor
9 years ago
Solved

How to convert json object into json string

Hi, 

 

I am using Ready API 1.5.0. I have a json request with one of the value as-  "value":12345. I have a groovy script where I get this json object through 'Get Data' and I am trying to add 1 in to make it from 12345 to 12346. But through groovy script what I get is json object so when I try to add 1, it comes as 123451, it is appending "1" to "12345" instead of adding it .

 

Can you please guide me how to convert json object into json string so that I can add number?

 

Thanks. 

2 Replies