Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScanState ¶
func NewScanState(in byte) *state
func SaneValueStart ¶
Types ¶
type ErrBadJSONValue ¶
type ErrBadJSONValue struct {
Char byte
}
TODO: we also have ErrBadJSONValue :)
func (ErrBadJSONValue) Error ¶
func (e ErrBadJSONValue) Error() string
type ErrBadValue ¶
type ErrBadValue struct {
Value string
}
func (ErrBadValue) Error ¶
func (e ErrBadValue) Error() string
type ErrInternal ¶
type ErrInternal struct {
// contains filtered or unexported fields
}
TODO: unwrappable
func (ErrInternal) Error ¶
func (e ErrInternal) Error() string
type ErrScanNotObject ¶
type ErrScanNotObject struct {
On byte
}
func (ErrScanNotObject) Error ¶
func (ErrScanNotObject) Error() string
Click to show internal directories.
Click to hide internal directories.