Format writes out the JSON document to the specified buffer.
(buf *bytes.Buffer)
| 68 | Type() Type |
| 69 | // Format writes out the JSON document to the specified buffer. |
| 70 | Format(buf *bytes.Buffer) |
| 71 | // Size returns the size of the JSON document in bytes. |
| 72 | Size() uintptr |
| 73 |
no outgoing calls
no test coverage detected