After receiving a response from the ajax server, I have the following data:
{
"applicationBankList": [
{
"id": "${addressId}",
"accountNumber": "",
"accountName": "",
"paymentMethodCode": "DRDEB",
"name": "BANKOFENGLAND",
"yearsWithBank": "8",
"bankSortCode": "100000",
"monthsWithBank": "8",
"branch": "HeadOffice",
"sortCode": "10-00-00",
"validationInformation": "",
"validationStatus": ""
}
],
"applicationBillingAddress": {
"defaultFlag": "Y"
}
}
I am struggling to read these responses as they are not properly aligned and easy to understand due to the large volume of data. Is there a way to automatically format this data for better readability?