How to read JSON http post response using VB

前端 未结 4 1483
天命终不由人
天命终不由人 2020-12-14 10:54

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

4条回答
  •  情深已故
    2020-12-14 11:35

    To use

    Imports Newtonsoft.Json
    Imports Newtonsoft.Json.Linq
    

    'Json.Net' library should be installed.

    screenshot

提交回复
热议问题