template:"#comments.length#

Hello,
Iam not able to create a JSON without “” and your template become crazy with a common JSON format. So please let me know where I can find this template to change it, or a template to create a new one.

Hello!
Please, could you show a snippet of your implementation?
As a start point, you can use the following demo: Code Snippet

The Problem ist the
comments:[{text:“Comment 1”}, {text:“Comment 2”}]
This is a own format that is not a result of a database JSON. The database JSON shows comments:"[{text:“Comment 1”}, {text:“Comment 2”}]"

As sample:
comments:"[]" is Comments 2
comments:"[{text:“Hallo Ingo”}]" is Comments 19

I want to change the template comments to use a common data format.

ok, find, thank you