swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

Open

#5,543 建立於 2017年5月3日

在 GitHub 查看
 (13 留言) (0 反應) (0 負責人)HTML (12,701 star) (5,474 fork)batch import
Client: SwiftIssue: Bughelp wanted

描述

I'm not sure which commit changed this, but the newest client pickles booleans like this:

"boolprop": "false"

and it should be like this:

"boolprop": false

貢獻者指南

[Swift3] Boolean are converted to Strings in Json · swagger-api/swagger-codegen#5543 | Good First Issue