Using this keyword within ssjs:
const data = %frontend_asset_data_metadata^empty:{}%
The JSON that is returned contains line breaks which are breaking the SSJS.
What is the best way to escape this? Have tried these with no luck:
%frontend_asset_data_metadata^nl2br^empty:{}%