rlevin
5 years agoRegular Visitor
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
}
}