Description
Attempting to use json_encode to debug template variables fails silently. This filter doesn't exist in gingembre.
Reproduction
{{ page.toc | json_encode(pretty=true) }}
This produces no output, making it impossible to inspect template variable structures during development.
Expected
Either json_encode should be available as a built-in filter, or there should be an alternative way to inspect template variable shapes (e.g., a debug filter).
Description
Attempting to use
json_encodeto debug template variables fails silently. This filter doesn't exist in gingembre.Reproduction
{{ page.toc | json_encode(pretty=true) }}This produces no output, making it impossible to inspect template variable structures during development.
Expected
Either
json_encodeshould be available as a built-in filter, or there should be an alternative way to inspect template variable shapes (e.g., adebugfilter).