I'm developing a windows form application so i need to read some data from my web service
result of the web service is a Json
i read some questions in google and stackoverflow but i doesn't find a good solution to parse a json like these to an array or any executable form in c#
My Json :
[{"QuizName":"SomeQuiz","QuizPrice":"SomePrice","QuizState":"SomeState"},{"QuizName":"SomeQuiz","QuizPrice":"SomePrice","QuizState":"SomeState"},{"QuizName":"SomeQuiz","QuizPrice":"SomePrice","QuizState":"SomeState"}]
Aucun commentaire:
Enregistrer un commentaire