Skip to content

CSharp Academy

Search

Recent Articles

  • C# – LINQ GroupBy Examples
  • C# – LINQ Join Examples
  • C# – How to generate random password
  • C# – How to generate random string
  • C# – How to generate random number
  • C# – How to get unique items from list
  • C# – How to split a string
  • C# – How to convert string to int
  • C# – How to check if string contains only digits
  • Mutation Testing with C# and .NET Core

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