We've created an asset listing that generates a JSON output. The problem is that we can't escape the quote or backslash characters correctly. We've tried:
[list=1]
[*]%keyword^[b]escapehtml[/b]%], which doesn't escape the backslash. Fails to parse.
[*]%keyword^replace:":\"%, which holds the most promice doesn't appear to do anything.
So with that out of the way, has anyone got any ideas as to how to escape double-quotes and backslashes in a keyword? Is there a way to specify these non-alpha characters as parameters in the replace keyword?