aws-lambda-dotnet icon indicating copy to clipboard operation
aws-lambda-dotnet copied to clipboard

feat: added json library in `JSONExceptionWriter`

Open Anirudhrawat opened this issue 1 year ago • 0 comments

rewrite the *JsonExceptionWriter classes to use a JSON library instead of building strings directly.

Description of changes: Rewrite the *JsonExceptionWriter classes to use a System.Text.JSON library instead of building strings directly.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Anirudhrawat avatar Sep 14 '23 00:09 Anirudhrawat