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은 입력 바이트를 복사해 저장합니다.
Click to show internal directories.
Click to hide internal directories.