swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.12k stars 101 forks source link

remove extension for JSONEncoder and JSONDecoder #257

Closed tomerd closed 2 years ago

tomerd commented 2 years ago

motivation: we should not publicly extend types we do not own

change: remove extensions which are largely API sugar that is not directly related to Lambda