[ad_1]
I solved it like this way:
var json = JObject.Parse(responseString);
Console.WriteLine(json["data"]["authentication_token"]);
[ad_2]
solved Need to parse this data with Json.NET
[ad_1]
I solved it like this way:
var json = JObject.Parse(responseString);
Console.WriteLine(json["data"]["authentication_token"]);
[ad_2]
solved Need to parse this data with Json.NET