Salome HOME
Porting to 5.1.2
[modules/paravis.git] / src / Plugins / JSONReader / Examples / example2_wo_metadata.json
1 {
2
3      "item1" : {
4         "P": 3.15,
5         "u": 0.0,
6         "weight": 43.5
7       },
8       
9      "item2" :
10       {
11         "P": 4.156,
12         "u": 465.0,
13         "weight": 137.5
14       },
15       
16     "item3" :
17       {
18         "P": -3.0305890e+4,
19         "u": 1.0305890e-1,
20         "weight": -3.0305890e+5
21       }
22 }