package
0.9.2
Repository: https://github.com/goldeneggg/structil.git
Documentation: pkg.go.dev

# Functions

FromJSON returns a concrete Decoder for JSON.
FromXML returns a concrete Decoder for XML.
FromYAML returns a concrete Decoder for YAML.
JSONToGetter returns a structil.Getter with a decoded JSON via DynamicStruct.
YAMLToGetter returns a structil.Getter with a decoded YAML via DynamicStruct.

# Structs

Decoder is the struct that decodes some marshaled data like JSON and YAML.