小编Pro*_*eeb的帖子

在VB.NET中将JSON转换为数组

我有这个代码

Dim x As String
x = "{'books':[{'title':'HarryPotter','pages':'134'}]}"
Run Code Online (Sandbox Code Playgroud)

我想要做的是将它转换为数组,就像我们在PHP中使用该json_decode(x,TRUE or FALSE)函数一样

vb.net

4
推荐指数
1
解决办法
1万
查看次数

标签 统计

vb.net ×1