Skip to content

Commit

Permalink
Update NullValueHandlingIgnore.aml (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimhew authored and JamesNK committed Dec 22, 2019
1 parent 936acbf commit a31156e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/Samples/Serializer/NullValueHandlingIgnore.aml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>This sample serializes an object to JSON with <codeEntityReference>T:Newtonsoft.Json.NullValueHandling</codeEntityReference>
set to Ignore so that properties with a default value aren't included in the JSON result.</para>
set to Ignore so that properties with a default value of null aren't included in the JSON result.</para>
</introduction>
<section>
<title>Sample</title>
Expand All @@ -13,4 +13,4 @@
</content>
</section>
</developerConceptualDocument>
</topic>
</topic>

0 comments on commit a31156e

Please sign in to comment.