Insert a full JSON response into MySql 8 db field - tried json, text

It was no problem; I have learnt some really useful stuff looking at custom formatters. I would imagine that for Node there will be a way of making custom formatters - you could create something using JSON.strigify(). Being JS, it will probably be more like the client-side ones (instructions here Creating Custom Formatters (PHP and client-side) ). Maybe @patrick or @Teodor could help detail the difference for Node?