From 0f30dad94f3ebe5d8c851e9c8ecca9d18ba6c81f Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:11:51 -0800 Subject: [PATCH] Update ms.date --- docs/standard/serialization/system-text-json/deserialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/serialization/system-text-json/deserialization.md b/docs/standard/serialization/system-text-json/deserialization.md index 728bf076f6b33..ffc3c98c5feae 100644 --- a/docs/standard/serialization/system-text-json/deserialization.md +++ b/docs/standard/serialization/system-text-json/deserialization.md @@ -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"