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

Convert null values to JsonNull #15

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Convert null values to JsonNull #15

merged 1 commit into from
Sep 27, 2024

Conversation

NiallSmyth
Copy link
Contributor

If we don't handle null values explicitly, they end up in the else case and are converted to strings, which ends up with null values being sent as "null" strings.

If we don't handle null values explicitly, they end up in the `else` case and are converted to strings, which ends up with null values being sent as "null" strings
@wenxi-zeng
Copy link
Contributor

@NiallSmyth thanks for contributing! will make a release soon

@wenxi-zeng wenxi-zeng merged commit 93d7739 into segment-integrations:main Sep 27, 2024
2 checks passed
@NiallSmyth NiallSmyth deleted the patch-1 branch September 30, 2024 12:53
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.

2 participants