Versions in this module Expand all Collapse all v17 v17.0.0 Jul 11, 2024 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func Unmarshal(data []byte, v interface{}) error + type Decoder = json.Decoder + func NewDecoder(r io.Reader) *Decoder + type Delim = json.Delim + type Encoder = json.Encoder + func NewEncoder(w io.Writer) *Encoder + type Marshaler = json.Marshaler + type Number = json.Number + type RawMessage = json.RawMessage + type UnmarshalTypeError = json.UnmarshalTypeError + type Unmarshaler = json.Unmarshaler Other modules containing this package github.com/apache/arrow/go/v13 github.com/apache/arrow/go/v14 github.com/apache/arrow/go/v15 github.com/apache/arrow/go/v16