Files
hugo/docs/content/en/getting-started/glossary/unmarshal.md
2025-01-23 09:47:46 +01:00

6 lines
193 B
Markdown

---
title: unmarshal
---
To transform a serialized object into a data structure. For example, transforming a JSON file into a [map](g) that you can access within a template. See [marshal](g).