Versions in this module Expand all Collapse all v1 v1.2.0 Jan 11, 2025 Changes in this version + func Csv(input []byte) (interface{}, error) + func Html(input []byte) (interface{}, error) + func Identify(input []byte) (string, interface{}, error) + func Json(input []byte) (interface{}, error) + func Mime(input []byte) (interface{}, error) + func Names() []string + func Query(input []byte) (interface{}, error) + func Register(name string, parser Parser) error + func Xml(input []byte) (interface{}, error) + func Yaml(input []byte) (interface{}, error) + type Parser func([]byte) (interface{}, error) + func Get(name string) (Parser, error)