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

fixes Add null checks for JSON stream #154 #156

Merged

Conversation

ImJohnMDaniel
Copy link
Contributor

@ImJohnMDaniel ImJohnMDaniel commented Dec 17, 2024

Changes made:

  • Change over to SWITCH statement in streamTokens method to improve readability
  • Added token VALUE_NULL to deal with issue where object may have a field explicitly set to NULL as described in Issue Add null checks for JSON stream Add null checks for JSON stream #154
  • Added additional test to check for object with field explicitly set to NULL

This change is Reviewable

Changes made:
* Change over to SWITCH statement in `streamTokens` method to improve readability
* Added token `VALUE_NULL` to deal with issue where object may have a field explicitly set to NULL as described in Issue Add null checks for JSON stream #154
* Added additional test to check for object with field explicitly set to NULL
Copy link
Contributor

@daveespo daveespo left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @stohn777)

@ImJohnMDaniel ImJohnMDaniel merged commit b028978 into master Dec 18, 2024
3 checks passed
@ImJohnMDaniel ImJohnMDaniel deleted the bugfix/makeRelationship-object-null-correction branch December 18, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants