Json – While parsing string returned from API using JObject.Parse, getting invalid character encountered error
I am receiving a response from API in below string format: "{"nbf":2024-04-17T16:28:14.509+0800, "iat":2024-04-17T16:28:14.509+0800, "iss":"https://google.com" }" When I am trying to use JObject.Parse() method then I am getting below error: "Unexpected character encountered while parsing number: T. Path 'nbf'"