Sort arrays within a Json Object by date without deserializing the object
I have a JSON object which looks like { "results": [ { "id": "abc456", "groups": [ { "parent_group": null, "type": "D" }, { "parent_group": null, "type": "DEPARTMENT" } ], "examples": [ { "id": "e13b1e97-31e3-46e6-9d8f-9776c52e5ce0", "date": "2020-05-10T00:00:00Z" }, { "id": "bd31d475-6137-4409-8d17-535f1bf94071",…