swift-extras / swift-extras-json

JSON encoding and decoding without the use of Foundation in pure Swift.
Apache License 2.0
348 stars 15 forks source link

Increase Encoder Test Coverage #31

Open fabianfett opened 4 years ago

fabianfett commented 4 years ago

We need more tests for the encoder. It's test coverage is rather bad right now:

https://codecov.io/gh/fabianfett/pure-swift-json/tree/master/Sources/PureSwiftJSONCoding/Encoding

PRs are very welcome.