import "oss.terrastruct.com/util-go/xjson"
Package xjson implements JSON helpers.
xjson.go
func Marshal(v interface{}) []byte
Marshal is like json.MarshalIndent but does not escape HTML. And does not return an error