go-ozzo / ozzo-config

A Go (golang) package supporting layered application configuration in popular formats, such as JSON, YAML, TOML.
MIT License
111 stars 18 forks source link

General load from a string #10

Closed carddamom closed 2 years ago

carddamom commented 5 years ago

How about a general method to load data from a string or a io.Reader in addition to a file?