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

Ignore exception thrown by missing Json property by default #510

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

hieuwu
Copy link
Contributor

@hieuwu hieuwu commented Mar 10, 2024

What kind of change does this PR introduce?

Ignore missing json key by default to avoid kotlinx.serialization.json.internal.JsonDecodingException thrown when there's no Json property

What is the current behavior?

  • kotlinx.serialization.json.internal.JsonDecodingException is thrown when some Json properties are not specified

What is the new behavior?

@hieuwu hieuwu changed the title Ignore missing json key by default Ignore exception thrown by missing Json property by default Mar 10, 2024
Copy link
Collaborator

@jan-tennert jan-tennert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jan-tennert jan-tennert merged commit 29c4cc2 into supabase-community:master Mar 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants