Skip to content

Commit de897b7

Browse files
committed
update ms.date
1 parent 96ece07 commit de897b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/standard/serialization/system-text-json/customize-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to customize property names and values with System.Text.Json
33
description: "Learn how to customize property names and values when serializing with System.Text.Json in .NET."
4-
ms.date: 10/22/2024
4+
ms.date: 02/11/2025
55
no-loc: [System.Text.Json, Newtonsoft.Json]
66
dev_langs:
77
- "csharp"

docs/standard/serialization/system-text-json/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How to serialize JSON in C#"
33
description: "Learn how to use the System.Text.Json namespace to serialize to JSON in .NET. Includes sample code."
4-
ms.date: 9/04/2024
4+
ms.date: 02/11/2025
55
no-loc: [System.Text.Json, Newtonsoft.Json]
66
dev_langs:
77
- "csharp"

docs/standard/serialization/system-text-json/migrate-from-newtonsoft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Migrate from Newtonsoft.Json to System.Text.Json - .NET"
33
description: "Learn about the differences between Newtonsoft.Json and System.Text.Json and how to migrate to System.Text.Json."
44
no-loc: [System.Text.Json, Newtonsoft.Json]
5-
ms.date: 08/26/2024
5+
ms.date: 02/11/2025
66
helpviewer_keywords:
77
- "JSON serialization"
88
- "serializing objects"

0 commit comments

Comments
 (0)