I'm migrating a Django project at work from Celery to Procrastinate as a proof of concept right now, and stumbled on the lack of json_dumps and json_loads support in the Django connector. We have a lot of tasks taking datetime / date as arguments, so this would make the migration a lot simpler. I'm open to contributing a PR for this, but not sure what the best way to go about this would be. Any ideas / suggestions?