Open patrickhuber opened 6 years ago
Both YAML and JSON files are hierarchical so use the go json parser to read in a file with extension type .json as a generic go structure to be used as data for the store.
.json
An encoding field could be added.
encoding
If the encoding is not specified, it will fall back to the following rules for resolution:
yml
yaml
json
xml
Both YAML and JSON files are hierarchical so use the go json parser to read in a file with extension type
.json
as a generic go structure to be used as data for the store.