Skip to content

Fixed JSON encoding output

Choose a tag to compare

@rsdoiel rsdoiel released this 19 Sep 00:09
· 34 commits to main since this release

This is a bug fix release to fix HTML entities that were getting encoded as Unicode code points. The solution was to create a custom encoder and set the encoding explicitly to what makes sense.