Lei Wang

Results 2 issues of Lei Wang

fixed input file where file's name include whitespace cause not recognize the 'real' file

example: ```swift struct Animal: Codable { ''' { "type":"Pet", "pet": { "name":"Doge", "gender": "male", "age":8 } ''' } ``` result: ```swift struct Animal: Codable { let type: String let pet:...