jasonmitchell / hallo

MIT License
16 stars 4 forks source link

Use relaxed json escaping #50

Closed jasonmitchell closed 3 years ago

jasonmitchell commented 3 years ago

Fixes #45

HalJsonOutputFormatter has been updated to use the same encoder as SystemTextJsonOutputFormatter which is more relaxed with the characters it escapes. This highlighted inconsistencies between the default JsonSerializerOptions in the two formatters - I have raised #49 to handle this.