swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

Open

#5,543 opened on May 3, 2017

View on GitHub
 (13 comments) (0 reactions) (0 assignees)HTML (5,474 forks)batch import
Client: SwiftIssue: Bughelp wanted

Repository metrics

Stars
 (12,701 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide