Dim json As String = "xxxx}"
Dim jo As JObject = JObject.Parse(json)msgbox(jo("result")("items")(0)("type").tostring)
if jo("result")("items")(0)("subset") isnot nothing then
msgbox(jo("result")("items")(0)("subset")(0)("type").tostring)
if jo("result")("items")(0)("subset")(0)("subset") isnot nothing then
msgbox(jo("result")("items")(0)("subset")(0)("subset")(0)("type").tostring)
end if
end if