質問編集履歴

1

Jsonを受け取るクラスの記載が間違っていたので修正

2023/07/21 07:55

投稿

america
america

スコア35

test CHANGED
File without changes
test CHANGED
@@ -11,10 +11,14 @@
11
11
  ### 該当のソースコード
12
12
  public class test
13
13
  {
14
+
15
+ private class A
16
+ {
17
+ private int id{get;set;}
18
+ }
14
19
  private class Root
15
20
  {
16
- private int Id
21
+ private A A{get;set;} = new A();
17
- private
18
22
  }
19
23
 
20
24
  Root _root = new Root();