Use syn::parse_str() and get rid of terrible type representation code

Instead of trying to represent Rust types in JSON poorly, just keep them as strings and use the magical syn::parse_str::syn::Type()!

Merge request reports

Loading