Json



#

Table of Contents

About

1

Chapter 1: Getting started with

2

Remarks

2

Versions

2

Examples

4

How to Install in Visual Studio Projects

4

Install using the Package Manager Console.

4

Install using the Visual Studio Solution Explorer.

5

How to Serialize an Object to JSON using in C#

8

How to Deserialize JSON data to Object using in C#

9

Credits

11

About

You can share this PDF with anyone you feel could benefit from it, downloaded the latest version from: json-net

It is an unofficial and free ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow. It is neither affiliated with Stack Overflow nor official .

The content is released under Creative Commons BY-SA, and the list of contributors to each chapter are provided in the credits section at the end of this book. Images may be copyright of their respective owners unless otherwise specified. All trademarks and registered trademarks are the property of their respective company owners.

Use the content presented in this book at your own risk; it is not guaranteed to be correct nor accurate, please send your feedback and corrections to info@



1

Chapter 1: Getting started with

Remarks

[][1] is a popular high-performance JSON framework for .NET. It's a .Net Assembly that exposes a wide variety of classes and methods to help perform common tasks with json data.

This includes the ability to do things like serializing json data into class instances, data files as well as deserializing json data that might be coming from many different sources like from an API end point or from .json data files.

Versions

Version

Release Date

9.0.1 (current version) 2016-06-22

8.0.3

2016-03-14

8.0.2

2016-01-09

8.0.1

2015-12-29

7.0.1

2015-06-22

6.0.8

2015-01-11

6.0.7

2014-12-23

6.0.6

2014-10-24

6.0.5 6.0.4

2014-09-06 2014-08-03

6.0.3

2014-04-27

6.0.2

2014-03-30

6.0.1

2014-02-01

5.0.8

2013-10-17

5.0.7

2013-10-14

5.0.6

2013-06-06

5.0.5

2013-05-08



2

Version 5.0.4 5.0.3 5.0.2 5.0.1 4.5.11 4.5.10 4.5.9 4.5.8 4.5.7 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 3.5.8

Release Date 2013-04-25 2013-04-14 2013-04-08 2013-04-07 2012-11-20 2012-10-07 2012-09-08 2012-08-04 2012-06-09 2012-05-30 2012-05-08 2012-04-24 2012-04-13 2012-04-11 2012-03-20 2012-02-12 2012-01-24 2012-01-23 2011-12-10 2011-11-19 2011-10-02 2011-04-23 2011-04-22 2011-01-08



3

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download