Skip to content
Merged
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 deserialize JSON in C#"
description: "Learn how to use the System.Text.Json namespace to deserialize from JSON in .NET. Includes sample code."
ms.date: 10/19/2023
ms.date: 02/11/2025
no-loc: [System.Text.Json, Newtonsoft.Json]
dev_langs:
- "csharp"
Expand Down
Loading