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

fix: recognize empty from unmarshall #12

Merged
merged 3 commits into from
May 24, 2024

Conversation

manicar2093
Copy link
Owner

UnmarshallJSON does not identify if a value was empty, just if value was null. This is changed using isValidData method and handling null case on Unmarshall method

@manicar2093 manicar2093 added the bug Something isn't working label May 24, 2024
@manicar2093 manicar2093 self-assigned this May 24, 2024
@manicar2093 manicar2093 merged commit 0eb9b9e into main May 24, 2024
1 check passed
@manicar2093 manicar2093 deleted the fix/recognize-empty-from-unmarshall branch May 24, 2024 20:50
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.

1 participant