Skip to content

Commit ba42123

Browse files
authored
changed files by pdets auto publish service, publishid[8ad79f27-db5c-441b-b788-b8fe43931f13] and do [publish].
1 parent 513a1c1 commit ba42123

File tree

1 file changed

+7
-3
lines changed
  • learn-pr/wwl-language/store-retrieve-json-files

1 file changed

+7
-3
lines changed

learn-pr/wwl-language/store-retrieve-json-files/index.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
uid: learn.wwl.store-retrieve-json-files
33
metadata:
44
title: Store and retrieve JSON files
5-
description: "Learn how to serialize and deserialize between JavaScript Object Notation (JSON) and C# object using the JsonSerializer class, the JsonSerializerOptions class, and Data Transfer Objects."
5+
description: "Learn how to serialize and deserialize JavaScript Object Notation (JSON) strings using the JsonSerializer class, the JsonSerializerOptions class, and Data Transfer Objects."
66
ms.date: 04/03/2025
77
author: wwlpublish
88
ms.author: cahowd
99
ms.topic: module-intro-to-product
1010
ms.service: dotnet-csharp
11+
ms.subservice: fundamentals
1112
ms.devlang: csharp
1213
ai-usage: human-only
1314
title: Store and retrieve JSON files
14-
summary: Learn how to serialize and deserialize between JavaScript Object Notation (JSON) and C# object using the JsonSerializer class, the JsonSerializerOptions class, and Data Transfer Objects.
15+
summary: Learn how to serialize and deserialize JavaScript Object Notation (JSON) strings using the JsonSerializer class, the JsonSerializerOptions class, and Data Transfer Objects.
1516
abstract: |
1617
- Explain the basics of JSON syntax and its use in data interchange and storage.
1718
@@ -27,7 +28,7 @@ prerequisites: |
2728
2829
- The ability to develop object-oriented programs in C# that implement classes, interfaces, class inheritance, and polymorphic behavior.
2930
30-
- The ability to manage collections, structs, records, generics, dates and times, and anonymous types.
31+
- The ability to manage collections, structs, records, generics, dates and times, and anonymous types.
3132
3233
- A basic understanding of file input and output operations using the System.IO classes.
3334
iconUrl: /training/achievements/generic-trophy.svg
@@ -41,6 +42,9 @@ roles:
4142
products:
4243
- dotnet
4344
- vs-code
45+
subjects:
46+
- app-development
47+
- custom-app-development
4448
units:
4549
- learn.wwl.store-retrieve-json-files.introduction
4650
- learn.wwl.store-retrieve-json-files.get-started-javascript-object-notation

0 commit comments

Comments
 (0)