Following is the json payload data {"idTag":"SESXH:99999999","connectorId":1}
in the idTag the data is "SESXH:99999999" and there is a colon : character in the data. The data is dynamic (changes everytime) but colon remain as is.
What is the best way to remove colon : from the json data using c#.