I just noticed I'm storing a string instead of a json object in my postgres jsonb column...
not sure how to set up the schema/insert to put the object into the query instead of the string - should i be looking at the underlying driver's docs for that?