knex.table('users')
  .where({id: 1})
  .update({json_data: JSON.stringify(mightBeAnArray)});