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

157 B

title
marshal

To transform a data structure into a serialized object. For example, transforming a map into a JSON string. See unmarshal.