Project DescriptionThis 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.


Note: dictionaries (associative arrays) are not currently supported.