Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsonUnsupportedObjectError thrown for DateTime and Uri classes when using jsonEncode #23

Open
bruceevans opened this issue Jan 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bruceevans
Copy link

Was attempting to dump the book query info to json locally for future use, kept hitting this error: JsonUnsupportedObjectError. I was able to get around it by converting the 'publishedDate' DateTime to a string and not serializing anything with a link.

Seems these two classes don't have a proper toJson method, might want to grab their string representation.

@bdlukaa bdlukaa added the bug Something isn't working label Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants