1
0
Fork 0
hugo/docs/content/en/getting-started/glossary/unmarshal.md

193 B

title
unmarshal

To transform a serialized object into a data structure. For example, transforming a JSON file into a map that you can access within a template. See marshal.