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