func (enc *Encoder) SetEscapeHTML(on bool) {
enc.escapeHTML = on
}
to support disable escapehtml. I attend to add this in ffjson, but it can't compare below go1.7. Please consider this problem, these has other solution to add this function into ffjson?
In go 1.7, "encoding/json" has add new method
to support disable escapehtml. I attend to add this in ffjson, but it can't compare below go1.7. Please consider this problem, these has other solution to add this function into ffjson?