Good day. I'm still new to C Sharp, so the next question may seem trivial. In general, I make a GET request to a certain URL, for example /version.html. In response, I receive this information:
application.VERSION = { VERSION: "194", BUILD: "19758" }; Actually, the question. Is it possible to convert this string to an array? How to read data pairs "constant: value"?