Versions in this module Expand all Collapse all v1 v1.0.2 Feb 17, 2023 Changes in this version + var Api api.JsonApi + func Marshal(v any) ([]byte, error) + func MarshalIndent(v any, prefix, indent string) ([]byte, error) + func NewDecoder(reader io.Reader) api.JsonDecoder + func NewEncoder(writer io.Writer) api.JsonEncoder + func Unmarshal(data []byte, v any) error