package json

Import Path
	github.com/apache/arrow-go/v18/internal/json (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 5 packages

Involved Source Files json.go
Package-Level Type Names (total 8)
/* sort by: | */
type Decoder = json.Decoder (struct)
type Delim = json.Delim (basic type)
type Encoder = json.Encoder (struct)
type Marshaler = json.Marshaler (interface)
type Number = json.Number (basic type)
type Unmarshaler = json.Unmarshaler (interface)
Package-Level Functions (total 4)
func Marshal(v interface{}) ([]byte, error)
func Unmarshal(data []byte, v interface{}) error