I did also: ``` let jsonParser = bodyParser.json()...
# support-questions
g
I did also:
Copy code
let jsonParser = bodyParser.json();
console.log(jsonParser)
And got
[Function: jsonParser]
in the console log.