(Print this page)

Json helpers
Published date: Friday, November 14, 2014
On: Moer and Éric Moreau's web site

For the last week or so, I wanted to share some really cool web sites but I was running out of time. This morning, I finally got 5 minutes to share them with you.

All of them are related to Json and can really make your life easier. They could have been helpful when I wrote my article on that subject (http://emoreau.com/Entries/Articles/2014/01/Using-JsonNet.aspx).

The first web site is the JSON Editor Online (http://jsoneditoronline.org/). As the name says, this site offers an editor of Json to a structure or from a structure to Json. You can edit both side and regenerate the other one. Really helpful.

The second web is called json2csharp (http://json2csharp.com/) and is hosted by Jonathan Keith. It will accept the Json string you just composed and generate a C# class from it in one click.

If you liked the previous web site but would prefer VB over C#, you can navigate to the JSON C# Class Generator (http://jsonclassgenerator.codeplex.com/) which apparently lets you VB.Net classes.


(Print this page)