Salome HOME
Porting to 5.1.2
[modules/paravis.git] / src / Plugins / JSONReader / Examples / example2.json
1 {
2     "_metadata": {
3       "_comment": "",
4       "table_name": "Short name of the table",
5       "table_description": "A somewhat longer description for the table",
6     
7       "short_names": ["P", "u", "weight"],
8       "long_names": ["Pressure", "Velocity", "Total weight"],
9       "date" : "12/12/12",
10       "units": ["Pa", "m/s", "kg"]
11       },
12     
13      "item1" : {
14         "P": 3.15,
15         "u": 0.0,
16         "weight": 43.5
17       },
18       
19      "item2" :
20       {
21         "P": 3.15,
22         "u": 0.0,
23         "weight": 43.5
24       },
25       
26     "item3" :
27       {
28         "P": 3.15,
29         "u": 0.0,
30         "weight": 43.5
31       }
32 }