mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 01:30:18 -04:00
7 lines
238 B
Markdown
7 lines
238 B
Markdown
---
|
|
title: unmarshal
|
|
reference: /functions/transform/unmarshal/
|
|
---
|
|
|
|
To _unmarshal_ is 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.
|