Invalid serialization of JSON null values
Zensical serializes objects like nav.items or page.anchestors into invalid JSON format.
Values of undefined keys are output as none, which is not a valid JSON value. The correct value would be null.
Keep that in mind if you intend to generate and process JSON strings in the template context.
In other tests, the page.content value was not fully escaped, leading to a broken JSON string output.
Solution¶
None.
