github.com/PurpleSec/escape@v1.0.0/README.md (about) 1 # Escape 2 3 Golang string escaping library. 4 5 Currently only supports JSON using the "escape.JSON(string) string" function. 6 Maps directly to the same unction calls used by "json.Marshal" to encode strings.