hollingl
9 years agoOccasional Contributor
JSON integer property being transferred as a float
I am having some issues transferring a property from a JSON response payload to a subsequent REST call. I have two REST calls and between them a property transfer of an integer value in the payload t...
- 9 years agoInstead of property transfer, you can use groovy script to read the value from json.
for eg:
http://stackoverflow.com/questions/16585063/how-to-extract-the-parameter-from-json-response-using-groovy