Documentation ¶
Index ¶
- Variables
- func DecodeBool(b []byte) (bool, []byte, error)
- func DecodeFloat(b []byte) (float64, []byte, error)
- func DecodeInt(b []byte) (int, []byte, error)
- func DecodeString(b []byte) (string, []byte, error)
- func MarshalToString(v any) (string, error)
- func UnmarshalFromString(str string, v any) error
- func Unquote(s []byte) (t string, ok bool)
- type Number
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Marshal = json.Marshal Unmarshal = json.Unmarshal MarshalIndent = json.MarshalIndent NewDecoder = json.NewDecoder NewEncoder = json.NewEncoder )
Functions ¶
func MarshalToString ¶
func UnmarshalFromString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.