9

So I am making an application in C# to read some information from the web, but it is a windows forms application. I get a JSON string, and I need to get some information from it. I know there is a library for that for C# web applications, but how can I use in in my windows forms application?

2 Answers 2

15

There are many JSON libraries out there. Here are three suggestions that you could look into:

Sign up to request clarification or add additional context in comments.

1 Comment

+1 for JSON.NET. will work fine in your forms application also.
-5

JSON.NET is useless for VS2012 b/c the nuget packages of JSON.NET are broken for nuget 2.8 and VS2012 cannot get anything newer than nuget 2.8!

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.