swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

Ouverte

#5 543 ouverte le 3 mai 2017

 (13 commentaires) (0 réaction) (0 personne assignée)HTML (5 474 forks)batch import
Client: SwiftIssue: Bughelp wanted

Métriques du dépôt

Stars
 (12 701 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur