forked from ssahoo81/samplejava
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcdmNodeAllType.json
More file actions
32 lines (31 loc) · 785 Bytes
/
Copy pathcdmNodeAllType.json
File metadata and controls
32 lines (31 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"Comp1": {
"CDI_1":"CDI1_Value",
"CDI_2":"CDI1_Value",
"CDI_3":"CDI1_Value",
"CDI_4":"CDI1_Value",
"Object_1":{
"obj1_cdi1":"1",
"obj2_arr1":["1","2"]
},
"Bool_1":true,
"Bool_2":false,
"Arr_1":["ab","bc","cd"],
"Arr_2":["1","2","3"],
"Var_1":"@@field1@@",
"Var_2":"@@field2@@",
"filename": "components",
"format": "json",
"path": "application/component",
"field1": "value1",
"field2": "value2",
"field3":"value3",
"field4":1234,
"field6":[100,200,300],
"field7":["ab","bc","cd"]
},
"Node_1":{
"Cdi_Node_1":"cdi_node_1",
"Cdi_Node_2":"cdi_node_2"
}
}