{ "cases": [ { "description": "sort by claim_id", "results": [ { "height": 1, "name": "res", "claim_id": "ccc", "nout": 0, "txid": "fdsafa" }, { "height": 1, "name": "res", "claim_id": "aaa", "nout": 0, "txid": "w5tv8uorgt" }, { "height": 1, "name": "res", "claim_id": "bbb", "nout": 0, "txid": "aecfaewcfa" } ], "expected": [ { "height": 1, "name": "res", "claim_id": "aaa", "nout": 0, "txid": "w5tv8uorgt" }, { "height": 1, "name": "res", "claim_id": "bbb", "nout": 0, "txid": "aecfaewcfa" }, { "height": 1, "name": "res", "claim_id": "ccc", "nout": 0, "txid": "fdsafa" } ] } ] }