Format writes out the JSON document to the specified buffer.
(buf *bytes.Buffer)
| 83 | Type() Type |
| 84 | // Format writes out the JSON document to the specified buffer. |
| 85 | Format(buf *bytes.Buffer) |
| 86 | // Size returns the size of the JSON document in bytes. |
| 87 | Size() uintptr |
| 88 |
no outgoing calls