mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-06 03:24:13 -04:00
380 B
380 B
title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
jsonify | jsonify | Encodes a given object to JSON. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
false |
jsonify
encodes a given object to JSON.
{{ dict "title" .Title "content" .Plain | jsonify }}