Versions in this module Expand all Collapse all v0 v0.5.0 Nov 21, 2024 Changes in this version + func DeepCopy(src, dest interface{}) error + func Marshal(v interface{}) ([]byte, error) + func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error) + func Merge(dst, src interface{}) error + func PrettyPrint(v interface{}) (string, error) + func Query(data []byte, query string) (interface{}, error) + func Unmarshal(data []byte, v interface{}) error