Hi,
The following will work. Can you try this?
ja = New JArray(ja.Where(Function(j) j("URL").ToString.Contains("www.the-thing-i-want.com")))
note: ja is JArray
Regards,
Hi,
The following will work. Can you try this?
ja = New JArray(ja.Where(Function(j) j("URL").ToString.Contains("www.the-thing-i-want.com")))
note: ja is JArray
Regards,