I have the following code, it connects to PHP server and retrieve data successfully, i\'m not very good with VB, how can i read the JSON response text and extract it\'s elem
To use
Imports Newtonsoft.Json Imports Newtonsoft.Json.Linq
'Json.Net' library should be installed.