Versions in this module Expand all Collapse all v0 v0.1.0 Jan 7, 2022 Changes in this version + var ErrInvalidFormat = errors.New("invalid format") + func Encode(data interface{}) ([]byte, error) + func Parse(reader io.Reader) (interface{}, error) + func ParseString(str string) (interface{}, error)