webix tree

Hello webix team,

https://snippet.webix.com/29rt6tuy

In above snippet, I have one tree node with value like: value:"“The Shawshank Redemption”

which is incorrect, I will have to add/replace it with escape character like: :"“The Shawshank Redemption”.

How can I add such replace method in tree template?

Hello,

The data like this will fail even before parsing to any Webix view, because it is considered as invalid JSON by Javascript.

So you obviously need to escape it: Code Snippet