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