Versions in this module Expand all Collapse all v1 v1.0.1 Feb 8, 2024 v1.0.0 Feb 8, 2024 Changes in this version + var ForceFloats bool + func Convert(args *Args) (string, error) + func FmtFieldName(s string) string + func ParseJSON(input io.Reader) (interface{}, error) + func ParseYaml(input io.Reader) (interface{}, error) + type Args struct + Data string + Format string + InputFile string + Name string + SubStruct bool + Tags string + type Parser func(io.Reader) (interface{}, error)