disable escape for jsonApr 9, 202520use json.Encoder instead of shortcut method MarshalIndent: call SetEscapeHTML(false) before Encode() ---