Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONProvider ¶
type JSONProvider struct{}
func NewJSONProvider ¶ added in v10.9.3
func NewJSONProvider() JSONProvider
func (JSONProvider) Marshal ¶
func (JSONProvider) Marshal(v interface{}) ([]byte, error)
func (JSONProvider) NewDecoder ¶
func (JSONProvider) NewDecoder(r io.Reader) pgjson.Decoder
func (JSONProvider) NewEncoder ¶
func (JSONProvider) NewEncoder(w io.Writer) pgjson.Encoder
func (JSONProvider) Unmarshal ¶
func (JSONProvider) Unmarshal(data []byte, v interface{}) error
Click to show internal directories.
Click to hide internal directories.