Open
Description
It seems that gjson.AppendJsonString
always escapes HTML characters.
Lines 1943 to 1945 in c2bc5a4
Can we get an option to disable that for non-HTML scenarios?
There is precedent with other encoders:
-
encoding/json
hasEncoder.SetEscapeHTML(false)
-
Java's gjson has
disableHtmlEscaping()
Thanks.
Metadata
Assignees
Labels
No labels
Activity