Versions in this module Expand all Collapse all v2 v2.7.2 Aug 2, 2024 Changes in this version + func Decode(content []byte) (map[string]interface{}, error) + func DecodeTo(value []byte, result interface{}) (err error) + func Encode(value interface{}) (out []byte, err error) + func EncodeIndent(value interface{}, indent string) (out []byte, err error) + func ToJson(content []byte) (out []byte, err error)