這是JSON字符串中的數據需要使用指定的URL發送。轉換vb.net數據JSON字符串,並將其發送到特定的URL
$jsonstr = '{"data":
[{
"id":"5",
"owner_id":"0",
"status":"unassigned",
"first_name":"Test",
"last_name":"IS",
"tobacco_user":"",
"date_of_birth":"",
"age":"",
"gender":"",
"email":"[email protected]",
"zip":"",
"phone":"(210)629-2560",
"phone_type":"cell",
"phone_alt":"",
"phone_alt_type":"",
"product_msip":"",
"product_pdp":"",
"product_sdhv":""
},
我正在使用VB.net,我需要使用VB.net創建此字符串。我試着用namevaluecollection並做一個POST。我也試着製作一個字符串並使用GET發送數據。兩個失敗。我怎樣才能做到這一點?