()
| 352 | type Delim rune |
| 353 | |
| 354 | func (d Delim) String() string { |
| 355 | return string(d) |
| 356 | } |
| 357 | |
| 358 | // Token returns the next JSON token in the input stream. |
| 359 | // At the end of the input stream, Token returns nil, io.EOF. |
no outgoing calls
no test coverage detected