json and list of images

  1. abbas abedi

    Android Question add link list to JSON with slash

    hello I have problem I wanna add a link list to a json text this is my link list : LinkList.Add("/neda/live-post-image/1.jpg") LinkList.Add("/neda/live-post-image/2.jpg") LinkList.Add("/neda/live-post-image/3.jpg") this is wrong result ("\"\/ \"") ...
  2. A

    Android Question json and list of images

    HI All How i get a list of images from a list of "json string " i want to get all new images and save it in internal Dir Dimm bytesList As List Dim count As Int = root.Get("count") Dim items As List = root.Get("items") For Each colitems As Map In items...
Top