quicktype
quicktype copied to clipboard
Generic properties in C# sample
Hello,
is there a way to generate C# sample with generic property which type won't be escaped? Please find below an example:

As you can see <> were removed from type definition despite being a valid class name. Similar issue will occur when type is described by full name (with namespace). Valid dots separating words in namespace will be removed. Is there any setting that allows for disabling escaping those characters?