Abundant Code

  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • F#
  • JavaScript
  • ASP.NET
  • C
  • Java
  • SQL Server
  • Assembly Lang
Home ยป Json.NET

Json.NET & C# – How to Serialize a Collection?

May 3, 2016 by AbundantCode Leave a Comment

Do you want to serialize an collection in your C# application?. Json.NET supports this functionality with ease. The Collection can be an Array , Dictionary or List. You need to simply pass collection to the JsonConvert.SerializeObject static method which would serialize the collection and return you the Json string. How to Serialize a Collection in […]

Filed Under: C# Tagged With: C#, How to, Json.NET, tips

Json.NET & VB.NET – How to Deserialize an Object ?

April 13, 2016 by AbundantCode Leave a Comment

One of the ways to Deserialize an object to JSON string in VB.NET in the Json.NET is using the DeSerializeObject method defined in the JsonConvert method. How to Deserialize an Object in VB.NET using Json.NET ? Below is a sample code snippet demonstrating how you can deserialize an object from Json string to VB.NET object […]

Filed Under: C# Tagged With: Json.NET, Json.NET and Oxygene, tutorial, visual studio 2015

Json.NET & VB.NET – How to Serialize an Object ?

April 13, 2016 by AbundantCode Leave a Comment

One of the ways to serialize an object to JSON string in VB.NET in the Json.NET is using the SerializeObject method defined in the JsonConvert method. The JsonConvert class provides an easy to use wrapper class and method over the JsonSerializer. How to Serialize an Object in VB.NET using Json.NET ? Below is the sample […]

Filed Under: C# Tagged With: Json.NET, Json.NET and VB.NET, tutorial, visual studio 2015

Json.NET & VB.NET – Installing Json.NET for VB.NET projects in Visual Studio 2015

April 13, 2016 by AbundantCode Leave a Comment

This series of blog posts will cover how to integrate Json.NET library in your  VB.NET projects. In the first blog post , we will explore what is Json.NET and how to install it in Microsoft Visual Studio 2015. Json.NET is one of the popular high performance and open source JSON framework for the .NET Developers. […]

Filed Under: C# Tagged With: Json.NET, Json.NET and VB.NET, tutorial, visual studio 2015

Json.NET & Oxygene – How to Serialize an Object ?

March 14, 2016 by AbundantCode 2 Comments

One of the ways to serialize an object to JSON string in Oxygene # in the Json.NET is using the SerializeObject method defined in the JsonConvert method. The JsonConvert class provides an easy to use wrapper class and method over the JsonSerializer. How to Serialize an Object in Oxygene using Json.NET ? Below is the […]

Filed Under: C# Tagged With: Json.NET, Json.NET and Oxygene, tutorial, visual studio 2015

Json.NET & Oxygene – Installing Json.NET for Remobjects Oxygene projects in Visual Studio 2015

March 14, 2016 by AbundantCode Leave a Comment

Are you a developer using RemObjects Oxygene.NET and want to use Json.NET in your project . Check this series of articles to learn how to integrate Json.NET in your Oxygene project. Json.NET is one of the popular high performance and open source JSON framework for the .NET Developers. It lets the developers to serialize and […]

Filed Under: C# Tagged With: Json.NET, Json.NET and Oxygene, tutorial, visual studio 2015

Json.NET & Oxygene – How to Deserialize an Object ?

March 13, 2016 by AbundantCode Leave a Comment

One of the ways to Deserialize an object to JSON string in Oxygene in the Json.NET is using the DeSerializeObject method defined in the JsonConvert method. How to Deserialize an Object in Oxygene using Json.NET ? Below is a sample code snippet demonstrating how you can deserialize an object from Json string to Oxygene object […]

Filed Under: C# Tagged With: Json.NET, Json.NET and Oxygene, tutorial, visual studio 2015

Json.NET & C# – How to Deserialize an Object ?

February 14, 2016 by AbundantCode Leave a Comment

One of the ways to Deserialize an object to JSON string in C# in the Json.NET is using the DeSerializeObject method defined in the JsonConvert method. How to Deserialize an Object in C# using Json.NET ? Below is a sample code snippet demonstrating how you can deserialize an object from Json string to C# object […]

Filed Under: C# Tagged With: Json.NET, Json.NET and C#, tutorial, visual studio 2015

Json.NET & C# – How to Seralize an Object ?

February 13, 2016 by AbundantCode 2 Comments

One of the ways to serialize an object to JSON string in C# in the Json.NET is using the SerializeObject method defined in the JsonConvert method. The JsonConvert class provides an easy to use wrapper class and method over the JsonSerializer. How to Seralize an Object in C# using Json.NET ? Below is the sample […]

Filed Under: C# Tagged With: Json.NET, Json.NET and C#, tutorial, visual studio 2015

Json.NET & C# – Installing Json.NET for C# projects in Visual Studio 2015

February 13, 2016 by AbundantCode 1 Comment

Json.NET is one of the popular high performance and open source JSON framework for the .NET Developers. It lets the developers to serialize and deserialize .NET objects and is considered to be one of the most popular .NET library. The first version of Json.NET was released sometime in June 2006 and now this library is […]

Filed Under: C# Tagged With: Json.NET, Json.NET and C#, tutorial, visual studio 2015

RSS
Facebook
fb-share-icon
Twitter
Visit Us
Follow Me
Tweet

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval

Categories

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML

Blog Stats

  • 8,729,287 hits

Archives

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • How to open display settings from command line in Windows 10 ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • C Program to display half-pyramid using alphabets
  • How to Extract number from a string using C# ?
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • How to Check if Integer is a multiple of a number in Java?
  • System Software - SIC/XE program to clear 20 byte string using Immediate addressing mode.
  • C Program to Calculate Average Using Arrays

Categories

  • Android
  • Angular 2
  • ASP.NET
  • Assembly Language
  • C
  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • Excel
  • F#
  • HTML
  • Interview Questions
  • Java
  • JavaScript
  • jQuery
  • Microsoft Office
  • MySQL
  • NETWORK
  • News
  • PHP
  • popular
  • PowerShell
  • Python
  • Ruby
  • SharePoint
  • SQL Server
  • SQL Server
  • Unix
  • VB.NET
  • Visual Studio
  • WebAPI
  • Windows
  • Windows Azure
  • Windows Forms
  • XAML

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • How to open display settings from command line in Windows 10 ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • C Program to display half-pyramid using alphabets
  • How to Extract number from a string using C# ?
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • How to Check if Integer is a multiple of a number in Java?
  • System Software - SIC/XE program to clear 20 byte string using Immediate addressing mode.
  • C Program to Calculate Average Using Arrays

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval
  • Python Program to Check Prime Number
  • Python Program to Find the Largest Value Among Three Numbers
  • Python Program to Check If a Given Year is Leap Year
  • Python Program to Check if a Number is Odd or Even
  • Python Program to Check if a Number is Positive, Negative or Zero

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML