I am trying to console.log("ctx : "+ ctx.request.body); To view what is in the JSON that received when tried it shows ctx : [object Object].
But if I console.log("ctx : ", ctx.request.body); like this it prints the JSON correctly without + in console.log(). I want to know what is the reason behind this logic