Skip to content

Commit d382629

Browse files
authored
add no-loc metadata (#16717)
1 parent 0cc5758 commit d382629

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to write custom converters for JSON serialization - .NET"
33
ms.date: "01/10/2020"
4+
no-loc: [System.Text.Json, Newtonsoft.Json]
45
helpviewer_keywords:
56
- "JSON serialization"
67
- "serializing objects"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to serialize and deserialize JSON using C# - .NET"
33
ms.date: "01/10/2020"
4+
no-loc: [System.Text.Json, Newtonsoft.Json]
45
helpviewer_keywords:
56
- "JSON serialization"
67
- "serializing objects"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Migrate from Newtonsoft.Json to System.Text.Json - .NET"
33
author: tdykstra
44
ms.author: tdykstra
5+
no-loc: [System.Text.Json, Newtonsoft.Json]
56
ms.date: "01/10/2020"
67
helpviewer_keywords:
78
- "JSON serialization"

docs/standard/serialization/system-text-json-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Serialize and deserialize JSON using C# - .NET"
33
ms.date: "01/10/2020"
4+
no-loc: [System.Text.Json, Newtonsoft.Json]
45
helpviewer_keywords:
56
- "JSON serialization"
67
- "serializing objects"

0 commit comments

Comments
 (0)