Thanks for all the suggestions, folks!
Tried the `json.JSONEncoder` subclass and it worked like a charm for most cases. Still running into issues with some datetime objects, though—anyone know if `orjson` handles those better?
Also, `jsonpickle` looks wild, gonna test that next. Appreciate the help!
Tried the `json.JSONEncoder` subclass and it worked like a charm for most cases. Still running into issues with some datetime objects, though—anyone know if `orjson` handles those better?
Also, `jsonpickle` looks wild, gonna test that next. Appreciate the help!
