You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-language/store-retrieve-json-files/index.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
2
uid: learn.wwl.store-retrieve-json-files
3
3
metadata:
4
4
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."
6
6
ms.date: 04/03/2025
7
7
author: wwlpublish
8
8
ms.author: cahowd
9
9
ms.topic: module-intro-to-product
10
10
ms.service: dotnet-csharp
11
+
ms.subservice: fundamentals
11
12
ms.devlang: csharp
12
13
ai-usage: human-only
13
14
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 toserialize and deserialize JavaScript Object Notation (JSON) strings using the JsonSerializer class, the JsonSerializerOptions class, and Data Transfer Objects.
15
16
abstract: |
16
17
- Explain the basics of JSON syntax and its use in data interchange and storage.
17
18
@@ -27,7 +28,7 @@ prerequisites: |
27
28
28
29
- The ability to develop object-oriented programs in C# that implement classes, interfaces, class inheritance, and polymorphic behavior.
29
30
30
-
- The ability to manage collections, structs, records, generics, dates and times, and anonymous types.
31
+
- The ability to managecollections, structs, records, generics,dates and times,and anonymous types.
31
32
32
33
- A basic understanding of file input and output operations using the System.IO classes.
0 commit comments