json reposes cannot be prettified
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2020
06:35 AM
06-25-2020
06:35 AM
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 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2020
07:01 AM
06-25-2020
07:01 AM
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.
