...

Text file src/github.com/noirbizarre/gonja/testData/filters/tojson.tpl

Documentation: github.com/noirbizarre/gonja/testData/filters

     1{{ True|tojson }}
     2{{ 'test'|tojson }}
     3{{ simple.strmap|tojson }}
     4{{ simple.strmap|tojson(4) }}
     5{{ simple.strmap|tojson(indent=2) }}

View as plain text