Can you help me how to use System.Runtime.Serialization.Json (not Json.NET) to get information of each book in this tring to array:
{
"books":
[
{"name":"Book 1","orig":"Author 1","date":2009,"lang":"en"},
{"name":"Book 2","orig":"Author 2","date":2012,"lang":"fr"}
],
"src":"lib",
"id":212
}