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 !!