We are migrating the data from SQL to cosmos and after migrating the data we are seeing the data with escape characters, but it is breaking serlization when we try to read the data from cosmosdb
"ContactNumbers":"[{\"Id\":\"1\",\"Type\":\"Phone\",}]"
Expected : "ContactNumbers":"[{"Id":"1","Type":"Phone",}]"