Commit ab644c3 1 parent c6cdd8a commit ab644c3 Copy full SHA for ab644c3
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name " : " hello" ,
3
- "className " : " Model" ,
4
- "children " : [
2
+ "Name " : " hello" ,
3
+ "ClassName " : " Model" ,
4
+ "Children " : [
5
5
{
6
- "name " : " Some Part" ,
7
- "className " : " Part" ,
8
- "children " : [],
9
- "properties " : {}
6
+ "Name " : " Some Part" ,
7
+ "ClassName " : " Part" ,
8
+ "Children " : [],
9
+ "Properties " : {}
10
10
},
11
11
{
12
- "name " : " Some StringValue" ,
13
- "className " : " StringValue" ,
14
- "children " : [],
15
- "properties " : {
12
+ "Name " : " Some StringValue" ,
13
+ "ClassName " : " StringValue" ,
14
+ "Children " : [],
15
+ "Properties " : {
16
16
"Value" : {
17
- "type " : " string " ,
18
- "value " : " Hello, world!"
17
+ "Type " : " String " ,
18
+ "Value " : " Hello, world!"
19
19
}
20
20
}
21
21
}
22
22
],
23
- "properties " : {}
23
+ "Properties " : {}
24
24
}
You can’t perform that action at this time.
0 commit comments