First of all let me tell you that I'm not using Express but only Pug (formerly know as Jade).
I read a JSON object from an external file. Inside the object, one of the keys has a string value that looks like this:
This is #[strong cool]
Jade outputs it exactly as that but I'd wish to have the interpolation work for the read string. Any clues?
Thanks in advance!