Versions in this module Expand all Collapse all v0 v0.99.0 Apr 14, 2024 Changes in this version + type InvalidUTF8Error struct + S string + func (e *InvalidUTF8Error) Error() string + type InvalidUnmarshalError struct + Type reflect.Type + func (e *InvalidUnmarshalError) Error() string + type MarshalerError struct + Err error + Type reflect.Type + func ErrMarshaler(typ reflect.Type, err error, msg string) *MarshalerError + func (e *MarshalerError) Error() string + func (e *MarshalerError) Unwrap() error + type PathError struct + func ErrEmptyPath() *PathError + func ErrInvalidPath(msg string, args ...interface{}) *PathError + func (e *PathError) Error() string + type SyntaxError struct + Offset int64 + func ErrExceededMaxDepth(c byte, cursor int64) *SyntaxError + func ErrExpected(msg string, cursor int64) *SyntaxError + func ErrInvalidBeginningOfValue(c byte, cursor int64) *SyntaxError + func ErrInvalidCharacter(c byte, context string, cursor int64) *SyntaxError + func ErrNotAtBeginningOfValue(cursor int64) *SyntaxError + func ErrSyntax(msg string, offset int64) *SyntaxError + func ErrUnexpectedEndOfJSON(msg string, cursor int64) *SyntaxError + func (e *SyntaxError) Error() string + type UnmarshalFieldError struct + Field reflect.StructField + Key string + Type reflect.Type + func (e *UnmarshalFieldError) Error() string + type UnmarshalTypeError struct + Field string + Offset int64 + Struct string + Type reflect.Type + Value string + func (e *UnmarshalTypeError) Error() string + type UnsupportedTypeError struct + Type reflect.Type + func (e *UnsupportedTypeError) Error() string + type UnsupportedValueError struct + Str string + Value reflect.Value + func (e *UnsupportedValueError) Error() string