How to install newtonsoft in visual studio without nuget

Asked

Viewed 413 times

1

I would like to know how I do to install newtonsoft-json in Visual Studio without nuget, because I heard that I could install it without nuget.

1 answer

5


An alternative is to check out the repository, compile it yourself, and add the reference to your project... so it’s all very manual.

https://github.com/JamesNK/Newtonsoft.Json

You can even include his entire project, in your solution, and make design reference if you want.

Or, you can download the DLL already compiled and refer to it, through the link below:

http://james.newtonking.com/json

Browser other questions tagged

You are not signed in. Login or sign up in order to post.