Whenever I receive a response from Microsoft Parter Center, the deserialization code throws the following error: > > Exception: DeserializationError: JSON is invalid: Unexpected UTF-8 BOM (decode using utf-8-sig) > It happens when it runs [`json.loads()`](https://github.com/Azure/msrest-for-python/blob/3653d29fc44da408898b07c710290a83d196b777/msrest/pipeline/universal.py#L164) with a string that has BOM. I will try to create a PR to fix it. This is related to this issue in the requests library: https://github.com/requests/requests/issues/2296
Whenever I receive a response from Microsoft Parter Center, the deserialization code throws the following error:
It happens when it runs
json.loads()with a string that has BOM. I will try to create a PR to fix it.This is related to this issue in the requests library: psf/requests#2296