Forum Discussion

rlevin's avatar
rlevin
Regular Visitor
4 years ago

json reposes cannot be prettified

An API json response which has the below structure cannot be prettified. As a result, variables cannot be created from it.

 

{
"key1": {
"key2": {
"key3": "value"
}
},
"data": {
"id": "value",
"token1": "value",
"token2": "value"
},
"_status": {
"code": 201
}
}

1 Reply

  • I have create escalation UXM-11615 for this issue at AlertSite. This may, however, require custom Groovey scripting as the response cannot be beautified. This is also something that may be solve once AS is able to use the Postman Libraries.