Documentation ¶
Index ¶
- Variables
- func NewCommentFilter(reader io.Reader) io.Reader
- func UnmarshalExtended[T any](content []byte) (T, error)
- func UnmarshalExtendedContext[T any](ctx context.Context, content []byte) (T, error)
- type CommentFilter
- type ContextMarshaler
- type ContextUnmarshaler
- type Decoder
- type Delim
- type Encoder
- type RawMessage
- type SyntaxError
- type Token
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Marshal = json.Marshal Unmarshal = json.Unmarshal NewEncoder = json.NewEncoder NewDecoder = json.NewDecoder )
View Source
var ( MarshalContext = json.MarshalContext UnmarshalContext = json.UnmarshalContext NewEncoderContext = json.NewEncoderContext NewDecoderContext = json.NewDecoderContext UnmarshalContextDisallowUnknownFields = json.UnmarshalContextDisallowUnknownFields )
View Source
var UnmarshalDisallowUnknownFields = json.UnmarshalDisallowUnknownFields
Functions ¶
func UnmarshalExtended ¶
Types ¶
type CommentFilter ¶
type CommentFilter struct {
// contains filtered or unexported fields
}
type ContextMarshaler ¶
type ContextUnmarshaler ¶
type RawMessage ¶
type RawMessage = json.RawMessage
type SyntaxError ¶
type SyntaxError = json.SyntaxError
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
contextjson
Package json implements encoding and decoding of JSON as defined in RFC 7159.
|
Package json implements encoding and decoding of JSON as defined in RFC 7159. |
Click to show internal directories.
Click to hide internal directories.