Json 2 Csharp generate c# classes from json
This application generates C# classes from a sample JSON text, so you can use strongly typed programming with JSON.
It currently supports typed arrays, typed objects, integers, floats, booleans, strings and nullable types.
Previous post Code Review Checklist and Guidelines for C# Developers , How to convert xml string format to Datatable in asp.net
Refer Urls
http://json2csharp.com
http://jsonclassgenerator.codeplex.com
This application generates C# classes from a sample JSON text, so you can use strongly typed programming with JSON.
It currently supports typed arrays, typed objects, integers, floats, booleans, strings and nullable types.
Previous post Code Review Checklist and Guidelines for C# Developers , How to convert xml string format to Datatable in asp.net
Refer Urls
http://json2csharp.com
http://jsonclassgenerator.codeplex.com
Comments
Post a Comment