AppendFlags is a type used to represent configuration options that can be applied when formatting json output.
| 56 | // AppendFlags is a type used to represent configuration options that can be |
| 57 | // applied when formatting json output. |
| 58 | type AppendFlags uint32 |
| 59 | |
| 60 | const ( |
| 61 | // EscapeHTML is a formatting flag used to to escape HTML in json strings. |
no outgoing calls
no test coverage detected