Installed the newest driver (8.0.26) and the issue still persists. The problem almost seems like its happening because JSON uses double-quotes and the value is being returned from the database as a double-quote enclosed string, like so:
"{\"style\": {\"color\": \"white\", \"backgroundColor\": \"red\"}}"
If I remove the back slashes, it works.