Merge multiple json with the same id – Facebook api
the first json is coming from the API in get this data by making a http call [ { "clientid": 1, "clientname": "facebook", "forecasted": 18, }, { "clientid": 2, "clientname": "youtube", "forecasted": 83, } ] i create the second json…