I'm using a few libraries that aren't readily JSON Serializable, and rather than attempt to write a serializer for every time it shows up, I rather just ignore it. Is there a simple way to do this? I can't seem to find anything in the documents that addresses this.
Hi,
I'm using a few libraries that aren't readily JSON Serializable, and rather than attempt to write a serializer for every time it shows up, I rather just ignore it. Is there a simple way to do this? I can't seem to find anything in the documents that addresses this.
Best