How to read JSON http post response using VB

前端 未结 4 1485
天命终不由人
天命终不由人 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:46

    Imports Newtonsoft.Json
    Imports Newtonsoft.Json.Linq
    

    This seems to cut it on VB.net for youtube API V.3
    of course it depends on what you are trying to accomplish but Youtube returns data as Json format

提交回复
热议问题