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

Check if null before unmarshalling #290

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Check if null before unmarshalling #290

merged 2 commits into from
Oct 29, 2024

Conversation

mitchnielsen
Copy link
Contributor

Checks if an attribute is null before attempting to unmarshal it.

Closes #289

Checks if an attribute is null before attempting to unmarshal it.

Closes #289
Uses a helper method for this so we have it handy next time we need to
unmarshal an attribute that could be null.
@mitchnielsen mitchnielsen merged commit 47f66ff into main Oct 29, 2024
7 checks passed
@mitchnielsen mitchnielsen deleted the check-null-json branch October 29, 2024 17:13
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

Successfully merging this pull request may close these issues.

Deployment error: json string value is null
2 participants