Skip to content

Commit 2bf78da

Browse files
committed
Move json samples from .NET 7 to json folder
1 parent 3f79685 commit 2bf78da

File tree

11 files changed

+12
-15
lines changed

11 files changed

+12
-15
lines changed

projects/.net7/README.MD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,3 @@ Samples in this section require .NET 7. You can download it from [here](https://
7070

7171
This example shows how customize [Problem Details](https://www.rfc-editor.org/rfc/rfc7807) by manipulating `IProblemDetailsService`.
7272

73-
## System.Text.Json
74-
75-
* [JSON - 23](json-23)
76-
77-
Show how to customize serialization using `DefaultJsonTypeInfoResolver`.
78-
79-
* [JSON - 24](json-24)
80-
81-
Customize serialization by writing `number` as `string` in JSON for `Age` values.
82-
83-
* [JSON - 25](json-25)
84-
85-
In this case we add one extra `timestamp` property to the serialization process.
86-

projects/json/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,15 @@ All about the new `System.Text.Json` namespace.
9595

9696
This example shows how to add items at the first position of an array and at the last position.
9797

98-
dotnet6
98+
* [JSON - 23](json-23)
99+
100+
Show how to customize serialization using `DefaultJsonTypeInfoResolver`.
101+
102+
* [JSON - 24](json-24)
103+
104+
Customize serialization by writing `number` as `string` in JSON for `Age` values.
105+
106+
* [JSON - 25](json-25)
107+
108+
In this case we add one extra `timestamp` property to the serialization process.
109+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)