swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

開放

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

 (13 則留言) (0 個反應) (0 位負責人)HTML (5,474 個分叉)batch import
Client: SwiftIssue: Bughelp wanted

倉庫指標

星標
 (12,701 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南