I want to generate C# class from this (JSON DATA) but http://json2csharp.com/ can't generate the C# class. The JSON should be valid (http://jsonlint.com/). Can you help me?
And when I create the class form JSON I only use something like this:
MyNewClass test = ser.Deserialize<MyNewClass>(response);