The first thing you want to do after creating a hello world REST service using TypeScript, Node.js and Express.js is figure out how to let it consume and produce JSON. Grabbing the template from last blog post If you didn’t follow the previous blog post, make sure you have: A recent version of git Node.js and thus…