i am using JSON.stringify() function in JSR223post processor to capture the response in jmeter. but it is trimming the decimal points from the response.
suppose Quanity: 120.000 will be there in actual response but my function is taking only 120. could anyone help on this