swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

Open

#5.543 geöffnet am 3. Mai 2017

Auf GitHub ansehen
 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (5.474 Forks)batch import
Client: SwiftIssue: Bughelp wanted

Repository-Metriken

Stars
 (12.701 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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