I have a struct, I want to convert it to JSON and save it as local file.
I couldn’t find any source that explain how to convert a C# struct into a JSON.
I am using a console application for that, not a webservice/web, etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JavaScriptSerializer Class
JSON.NET
The other alternative JSON.net, does not depend on System.Web.* assemblies: