In a Heat template, I need to specify some data as a serialised JSON string, but the data source (e.g. the get_attr
function) provides a dict or list. How can I serialise the dict within the template?
First time here? Check out the FAQ!
![]() | 1 | initial version |
In a Heat template, I need to specify some data as a serialised JSON string, but the data source (e.g. the get_attr
function) provides a dict or list. How can I serialise the dict within the template?