func encoding/json.compact
4 uses
encoding/json (current package)
encode.go#L482: err = compact(&e.Buffer, b, opts.escapeHTML)
encode.go#L499: err = compact(&e.Buffer, b, opts.escapeHTML)
indent.go#L14: return compact(dst, src, false)
indent.go#L17: func compact(dst *bytes.Buffer, src []byte, escape bool) error {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |