package json import "errors" var ( ErrUnknownType = errors.New("unknown type name") )