> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{jsonify}} helper

- URL: https://getpublii.com/dev/jsonify-helper/
- Published: 2017-08-04T22:13:42.367Z
- Updated: 2024-02-08T11:49:10.484Z
- Description: Helper for creating JSON-safe strings. Syntax: {{{jsonify string|object}}} Example: {{{jsonify tags}}} Warning! Please remember to use three curly braces instead of two if you want…
- Author: Tomasz Dziuda
- Tags: Helpers

Helper for creating JSON-safe strings.

Syntax:

```handlebars
{{{jsonify string|object}}}
```

Example:

```handlebars
{{{jsonify tags}}}
```

**Warning!** Please remember to use three curly braces instead of two if you want to use it as a part of the JS configuration etc.
