mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
6 lines
157 B
Markdown
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).
|