Revert "tpl: Update Jsonify to return pretty-print output"

This reverts commit 5a52cd5f92.

Closes #5394
This commit is contained in:
Bjørn Erik Pedersen
2018-11-02 19:03:48 +01:00
parent 486bc46a52
commit 4f3c095963
4 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ func init() {
ns.AddMethodMapping(ctx.Jsonify,
[]string{"jsonify"},
[][2]string{
{`{{ (slice "A" "B" "C") | jsonify }}`, "[\n \"A\",\n \"B\",\n \"C\"\n]"},
{`{{ (slice "A" "B" "C") | jsonify }}`, `["A","B","C"]`},
},
)