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