以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]请问这个json怎么生成  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=185139)

--  作者:laipiwen
--  发布时间:2023/2/6 22:00:00
--  [求助]请问这个json怎么生成

{
  "parameters": [
    "{\\"fstocknumbers\\":\\"CK001,CK002,CK003\\",\\"isshowauxprop\\":true,\\"isshowstockloc\\":true,\\"pageindex\\":1,\\"pagerows\\":2}"
  ]
}

--  作者:有点蓝
--  发布时间:2023/2/6 22:07:00
--  
Dim jo As New JObject
Dim ja As New Jarray
ja.add("{""fstocknumbers"":""CK001,CK002,CK003"",""isshowauxprop"":true,""isshowstockloc"":true,""pageindex"":1,""pagerows"":2}")
jo("parameters") = ja