I have to sort the response JSON data as per the approved status. Response data is something like this; [0]: adjustmnetfileds: Array(2) [0]: some data [2]: some data
adjustments : Array(1) 0: approvedByName: 'Jack' taskName: 'Insurance' approvedStatus: 1
[2]: adjustmnetfileds: Array(2) [0]: some data [2]: some data
adjustments : Array(1) 0: approvedByName: 'Dan' taskName: 'Insurance-Test' approvedStatus: 2
JSON response is something like this (nested arrays) and I want to sort the response as per the "approvedStatus (either asc or desc). Snapshot attached for reference.