Answer the question
In order to leave comments, you need to log in
How to set the response deserialization scheme in NewTonSoft?
Good afternoon everyone!
Please tell me, I wrote a simple web api that returns a GET request in the form:
[
"Шляпа",
"Кепка"
]
string json2 = @"{['Шляпа','Кепка']}";
string[] fromJson = JsonConvert.DeserializeObject<string[]>(json2);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question