I'm getting HTML content from a JSON file. The JSON file returns attributes name and description.
The name is clean data, like "Cheese burger". But the description looks like this ["Mozarella","Pepperoni","Cheese","Beef","Ketchup"].
Is it possible to tell CSS not to display the special characters: [",
Is it possible to filter out the special characters with javascript / AngularJS?