can someone explain me how to use JSON? I know it has something in common with XML but that is as much as I know.
I am trying to get all the names from this page Link and put them in a List so I can put them in a ListView.
Does anyone know how I should do this? Thanks!
You have many alternatives to use Json
DataContractJsonSerializer
JavaScriptSerializer
Json.Net (My favorite)
You can even use
dynamic