"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Showing posts with label Json. Show all posts
Showing posts with label Json. Show all posts

Tuesday, September 24, 2013

Tuesday, January 22, 2013

Convert a datatable to Json c#

Hi *.*,
I'm so happy today to introduce this.Last day by noon i got a crazy idea to create own json converter. i don't have a plan or an architecture how it goes, where to start. all what i had is a json string :). I finished that by 2 hr 50 min. :)

For the reusability of the code i created that by extension method. and i named the class JsonExtensionMethod class goes below.


public static class JsonExtensionMethod
{