You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not find a way how to force latte to escape double quotes in a json string. There's noescape helper but no escape helper or sth. Docs says latte should escape automatically but it does not seem to do so.
Version: 3.0.12
Bug Description
I did not find a way how to force latte to escape double quotes in a json string. There's
noescape
helper but noescape
helper or sth. Docs says latte should escape automatically but it does not seem to do so.Steps To Reproduce
https://fiddle.nette.org/latte/#f147ffe9e0
It generates invalid json
{"text": ""lorem" ipsum"}
Expected Behavior
Escaped double quotes
Possible Solution
Escape
"
The text was updated successfully, but these errors were encountered: