Tutorials References Exercises Videos Menu
Create Website Get Certified Upgrade

Template Filter - json_script


Example

Convert an object into a JSON object:

{{ cars|json_script }}
Run Example »

Definition and Usage

The json_script filter converts an object, like a Python tuple, into a JSON object surrounded by <script> tags.


Syntax

{{ value|json_script:id }}

Template filters are defined by using a pipe | character followed by the name of the filter.

Arguments are defined by using a colon : character followed by the argument value(s).


Arguments

Value Description
id Required. A string that will be the id value of the script element.