Replies: 1 comment
-
We've adopted it as a default in the core protocol we found it beneficial to not transmit null properties. As you said, you can override this behavior for your own tool models. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
I was surprised that
field1C
was dropped because it has anull
value – is the use ofJsonIgnoreCondition.WhenWritingNull
intentional?(I know that I can specify the
JsonSerializerOptions
– I'm just wondering why this is the default.)Beta Was this translation helpful? Give feedback.
All reactions