-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Add ignore_nulls
option to struct.json_encode
#17867
base: main
Are you sure you want to change the base?
Conversation
ignore_nulls
option to struct.json_encode
ignore_nulls
option to struct.json_encode
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17867 +/- ##
==========================================
+ Coverage 80.47% 80.56% +0.08%
==========================================
Files 1505 1495 -10
Lines 197273 197025 -248
Branches 2807 2813 +6
==========================================
- Hits 158764 158727 -37
+ Misses 37987 37777 -210
+ Partials 522 521 -1 ☔ View full report in Codecov by Sentry. |
Any updates on this? I was working on adding |
@tim-stephenson since the json serialization at Moving |
Feature issue: #17865
Adding an option to ignore null values inside a struct when performing json_encode.