swagger-api / swagger-api/swagger-codegen
[Swift3] Boolean are converted to Strings in Json
Open
Nobody has claimed this yet.
Client: Swift
help wanted
Issue: Bug
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Swift3 client's JSON serialization for boolean properties and reproduce the reported output with a generated client. Compare the serialized value with the expected JSON boolean, then verify that generated Swift3 clients preserve booleans without quotes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100