Hey,
I'm fairly new to VB and haven't done this kind of thing with code before...
I would like to read values set in a string that's retrieved from the Web, I've already got the string in a string called Webdata.
The string is like so...
"Info" {
"Name" {
"Name1""Value1"
"Name2""Value2"
"Name3""Value3"
}
}
I need to set Value1, Value2, Value3 as strings that I can use.
I'm not great at technical terms im sorry.
Any help would be great!
Thanks!