Decompose a String into parts

1

maybe use the .split method? , well I want to separate all this text in parts with vb.net .

text >

{"error":false,"title":"Alan Walker - Diamond Heart (feat. Sophia Somajo)","duration":218,"file":"http:\/\/michaelbelgium.me\/ytconverter\/download\/sJXZ9Dok7u8.mp3"}

I want to separate it into parts, like when you read a file .ini , asi

the "error": | "title": | "duration" | "file": | I want to get the result that follows. For example, the error result is false , it is something like reading a .ini .

thanks in advance !!

    
asked by S4L salsoft 26.12.2018 в 02:32
source

1 answer

1

The answer to my question is deserializar a JSON, for it is this library > Json.NET

Thanks to @Pablo Puente for the response.

    
answered by 28.12.2018 / 23:46
source