skip to Main Content

How to compare and manipulate json object

I need to compare and manipulate JSON objects. First object let data1 = { "id": "111", "entity_id": "222", "text_id": "333", "details": [{ "value": 1000, "comp_id": "444", "CompName": "driving" }] } Second object let data2 = [{ "id": "111", "text_id": "333",…

VIEW QUESTION
Back To Top
Search