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
Currently, it looks like any strings apostrophes are getting escaped with a backslash as they are being escaped with ?js_string instead of ?json_string which is leading to invalid JSON being generated.
Currently, it looks like any strings apostrophes are getting escaped with a backslash as they are being escaped with
?js_string
instead of?json_string
which is leading to invalid JSON being generated.http://freemarker.org/docs/ref_builtins_string.html#ref_builtin_json_string
For example:
Generates:
Which is invalid JSON.
If this project is still maintained let me know and I can create a PR.
The text was updated successfully, but these errors were encountered: