mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 01:30:18 -04:00
7 lines
198 B
Markdown
7 lines
198 B
Markdown
---
|
|
title: marshal
|
|
reference: /functions/transform/remarshal/
|
|
---
|
|
|
|
To _marshal_ is to transform a data structure into a serialized object. For example, transforming a [_map_](g) into a JSON string.
|