comparison Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json @ 495:6405435480ae bgo-commands-codegen

Fixed template to add dump capabilities + started work on an integrated TS/WASM test
author bgo-osimis
date Sat, 23 Feb 2019 14:14:32 +0100
parents
children 0d42bda615a8
comparison
equal deleted inserted replaced
494:fc17251477d6 495:6405435480ae
1 {
2 "type": "VsolMessages.Message2",
3 "value": {
4 "tata": [
5 {
6 "a": 42,
7 "b": "Benjamin",
8 "c": 0,
9 "d": false
10 },
11 {
12 "a": 43,
13 "b": "Sandrine",
14 "c": 2
15 }
16 ],
17 "tutu": [
18 "Mercadet",
19 "Poisson"
20 ],
21 "titi": {
22 "44": "key 44",
23 "45": "key 45"
24 },
25 "lulu": {
26 "54": {
27 "a": 43,
28 "b": "Sandrine",
29 "c": 2
30 },
31 "55": {
32 "a": 42,
33 "b": "Benjamin",
34 "c": 0,
35 "d": false
36 }
37 },
38 "toto": "Prout zizi"
39 }
40 }