Which Proxyman version are you using? (Ex. Proxyman 0.5 (200))
Version 1.4.1.1 (1411)
What OS Version are you using? (Ex. mac 10.13)
macOS 10.14.5
Steps to reproduce this issue
view https response in JSON mode
raw data is:
{"feeList":[{"key":"xxx Fee","price":18.00},{"key":"Bank Charges","price":3.20},{"key":"Tax","price":7.88}],"predictPrice":70.92,"voucher":0}
but get incorrect formatted JSON in number format:
{
"feeList" : [
{
"key" : "xxx Fee",
"price" : 18
},
{
"key" : "Bank Charges",
"price" : 3.2000000000000002
},
{
"key" : "Tax",
"price" : 7.8799999999999999
}
],
"voucher" : 0,
"predictPrice" : 70.920000000000002
}
Which Proxyman version are you using? (Ex. Proxyman 0.5 (200))
Version 1.4.1.1 (1411)
What OS Version are you using? (Ex. mac 10.13)
macOS 10.14.5
Steps to reproduce this issue
view https response in JSON mode
raw data is:
but get incorrect formatted JSON in number format:
{ "feeList" : [ { "key" : "xxx Fee", "price" : 18 }, { "key" : "Bank Charges", "price" : 3.2000000000000002 }, { "key" : "Tax", "price" : 7.8799999999999999 } ], "voucher" : 0, "predictPrice" : 70.920000000000002 }