Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 346 Bytes

File metadata and controls

18 lines (12 loc) · 346 Bytes
layout page
title Filters › json_encode

← filters

The json_encode filter returns the JSON representation of a value:

{{ data|json_encode() }}

For this filter you have to install any json package (cjson, json) or configure aspect.config manually.