I want to convert the whole thing into an object and then search the first follower in the follows array.
Thanks for the help if I get some.
Second problem below thanks :)
I want to convert the whole thing into an object and then search the first follower in the follows array.
Thanks for the help if I get some.
Second problem below thanks :)
run the scripts in Package Manager Console :
Install-Package Newtonsoft.Json
after that use this syntax :
List<type> list = JsonConvert.DeserializeObject<List<type>>(json string)