Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RawMessage ¶
type RawMessage []byte
RawMessage는 지연 디코딩을 위한 raw JSON 바이트를 보관합니다.
func (RawMessage) MarshalJSON ¶
func (m RawMessage) MarshalJSON() ([]byte, error)
MarshalJSON은 raw payload를 그대로 반환합니다.
func (*RawMessage) UnmarshalJSON ¶
func (m *RawMessage) UnmarshalJSON(data []byte) error
UnmarshalJSON은 입력 바이트를 복사해 저장합니다.
type SyntaxError ¶
type SyntaxError = decoder.SyntaxError
sonic은 전용 오류 타입을 반환하므로 별칭으로 노출해 표준 라이브러리 호환 지점을 유지한다.
type UnmarshalTypeError ¶
type UnmarshalTypeError = decoder.MismatchTypeError
Click to show internal directories.
Click to hide internal directories.