Type returns the JSON type.
()
| 86 | Compare(JSON) (int, error) |
| 87 | // Type returns the JSON type. |
| 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. |
no outgoing calls
no test coverage detected