package json
import "github.com/apache/arrow/go/v15/internal/json"
Index ¶
- func Marshal(v interface{}) ([]byte, error)
- func Unmarshal(data []byte, v interface{}) error
- type Decoder
- type Delim
- type Encoder
- type Marshaler
- type Number
- type RawMessage
- type UnmarshalTypeError
- type Unmarshaler
Functions ¶
func Marshal ¶
func Unmarshal ¶
Types ¶
type Decoder ¶
type Decoder = json.Decoder
func NewDecoder ¶
type Delim ¶
type Delim = json.Delim
type Encoder ¶
type Encoder = json.Encoder
func NewEncoder ¶
type Marshaler ¶
type Marshaler = json.Marshaler
type Number ¶
type Number = json.Number
type RawMessage ¶
type RawMessage = json.RawMessage
type UnmarshalTypeError ¶
type UnmarshalTypeError = json.UnmarshalTypeError
type Unmarshaler ¶
type Unmarshaler = json.Unmarshaler
Source Files ¶
- Version
- v15.0.2 (latest)
- Published
- Mar 13, 2024
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 8 hours ago –
Tools for package owners.