Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: How to customize property names and values with System.Text.Json
description: "Learn how to customize property names and values when serializing with System.Text.Json in .NET."
ms.date: 10/22/2024
ms.date: 02/11/2025
no-loc: [System.Text.Json, Newtonsoft.Json]
dev_langs:
- "csharp"
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/serialization/system-text-json/how-to.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "How to serialize JSON in C#"
description: "Learn how to use the System.Text.Json namespace to serialize to JSON in .NET. Includes sample code."
ms.date: 9/04/2024
ms.date: 02/11/2025
no-loc: [System.Text.Json, Newtonsoft.Json]
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Migrate from Newtonsoft.Json to System.Text.Json - .NET"
description: "Learn about the differences between Newtonsoft.Json and System.Text.Json and how to migrate to System.Text.Json."
no-loc: [System.Text.Json, Newtonsoft.Json]
ms.date: 08/26/2024
ms.date: 02/11/2025
helpviewer_keywords:
- "JSON serialization"
- "serializing objects"
Expand Down
Loading