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

6 lines
157 B
Markdown

---
title: marshal
---
To transform a data structure into a serialized object. For example, transforming a [map](g) into a JSON string. See [unmarshal](g).