Hello.
I got a web API which i receive the following data to it:
{
"json": "{\"username\":\"test\",\"email\":\"test@test.com\",\"password\":\"test\"}"
}
as a json object (JObject user).
How would i convert this to an object?
thanks.
Go to the complete details ...