tayloraswift / swift-json

high-performance json parsing and encoding for server applications
https://swiftinit.org/docs/swift-json
Apache License 2.0
75 stars 5 forks source link

add the init(description:) requirement to JSONStringDecodable, instead of relying on Self:LosslessStringConvertible #70

Closed tayloraswift closed 1 year ago

tayloraswift commented 1 year ago

sometimes we just don’t want to implement CustomStringConvertible...

tayloraswift commented 1 year ago

this was a minor version bump, since it added a protocol requirement