O
O
oatcookie2017-05-06 01:00:16
JSON
oatcookie, 2017-05-06 01:00:16

How to embed JSON library in C#?

Good day.
How can I embed Newtonsoft's JSON library into a C# project?
All Google results were in the style of:
1. Get C#
2. Download the JSON library
3. *a little magic*
4. Done!
Explain like an idiot :)
Wednesday - MS VS 2013 Express

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniel, 2017-05-06
@oatcookie

Hello!
To get started, login to the Nuget package manager to install Newtonsoft.Json into your project - "Project" > "Manage Nuget Packages...". Next, in the package search bar, enter Newtonsoft.Json, install the very first package, and in the required project class, where you need to use the capabilities of this library, include the namespace:
using Newtonsoft.Json;
If you don't have Nuget installed, check out a good installation and configuration guide here: andrey.moveax.ru/post/tools-nuget-part1-basic-usage
*Instructions are based on Visual Studio 2017 Community

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question