Format writes out the JSON document to the specified buffer.
(buf *bytes.Buffer)
| 88 | Type() Type |
| 89 | // Format writes out the JSON document to the specified buffer. |
| 90 | Format(buf *bytes.Buffer) |
| 91 | // Size returns the size of the JSON document in bytes. |
| 92 | Size() uintptr |
| 93 |
no outgoing calls
no test coverage detected