Paste JSON and get C# classes with auto-implemented properties, inferred types (long, double, bool, string, List
public class definitions with public Type Property { get; set; } members inferred from your JSON.
Integers become long, decimals double, strings string, booleans bool, and arrays List<T>. Null and mixed values become object.
Each nested object becomes its own named public class.