Skip to content

CSharp Academy

Search

Recent Articles

  • C# – LINQ Average Examples
  • C# – LINQ Sum Examples
  • C# – How to check if an item exists in a list
  • C# – How to convert string to enum
  • C# – How to use enum
  • C# – How to initialize an array
  • C# – LINQ GroupBy Examples
  • C# – LINQ Join Examples
  • C# – How to generate random password
  • C# – How to generate random string

Category: JSON

C# – Object to JSON Examples

In this article you can find how to convert C# object into JSONĀ using Json.NET (Newtonsoft.Json) library. It is available as a NuGet package for free, so you can easily install it from nuget.org repository. Continue reading C# – Object to JSON Examples

Posted on July 21, 2019Categories JSON

C# – JSON to Object Examples

In this article you can find examples how to convert JSON into C# object using Json.NET (Newtonsoft.Json) library. It is available as a NuGet package for free, so you can easily install it from nuget.org repository. Continue reading C# – JSON to Object Examples

Posted on July 21, 2019July 21, 2019Categories JSON
Proudly powered by WordPress