回答編集履歴
1
追記
test
CHANGED
@@ -17,3 +17,17 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
Controller のアクションメソッドでの JSON 文字列の取得方法、取得した JsonElement から目的の情報を得るのがチャレンジかもしれませんが・・・
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
**【追記】**
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
取得した JsonElement は、中身は全く不定でも、バラすことはできます。具体例は以下の記事を見てください
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
System.Text.Json の JsonElement をパース (CORE)
|
32
|
+
|
33
|
+
[http://surferonwww.info/BlogEngine/post/2021/02/08/parse-jsonelement-object-deserialized-by-deserialize-method-in-system-text-json.aspx](http://surferonwww.info/BlogEngine/post/2021/02/08/parse-jsonelement-object-deserialized-by-deserialize-method-in-system-text-json.aspx)
|