python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Add Support For Custom JSON Encoders/Decoders #338

Open becurrie opened 4 years ago

becurrie commented 4 years ago

Updated version of #256

@samuelhwilliams I took a crack at supporting custom json encoders/decoders with this PR. It get's the job done for me and makes the new options much more general then the original.

Let me know what you think and whether or not it's missing anything or needs clarification anywhere!

bryaan commented 1 year ago

We really need to support passing datetimes over the wire. Custom objects would b an added benefit. Can this be merged soon?

francescofact commented 1 year ago

Any progress on this? It would be very helpful