Versions in this module Expand all Collapse all v1 v1.0.0 Sep 3, 2017 Changes in this version + var ForceFloats bool + func FmtFieldName(s string) string + func Generate(input io.Reader, parser Parser, structName, pkgName string, tags []string, ...) ([]byte, error) + func ParseJson(input io.Reader) (interface{}, error) + func ParseYaml(input io.Reader) (interface{}, error) + type Parser func(io.Reader) (interface{}, error)