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
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