We are using a JsonTextReader to read ExplanationOfBenefit json data, and we get the below error sometimes. I have not been able to reproduce this yet in a sandbox environment. This seems to indicate to me that the json being sent is incorrect. I'm not sure how to handle this.
Exception 'Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: h. Path 'item[0].adjudication[1].extension[0].url', line 10047, position 6959.
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonTextReader.Read()
Thank you for any help!