I am getting a U at the beginning of my REST response while trying to get an OAUTH2 token, what does the U mean. What is the easiest way to parse it out of the String, I only need the token for my secondary query. Responses are in application JSON
U"{\"access_token\":\"MyReturnedToken\",\"token_type\":\"bearer\",\"expires_in\":300,\"scope\":\"system_read\"}"