diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json	Sat Feb 23 14:14:32 2019 +0100
@@ -0,0 +1,40 @@
+{
+  "type": "VsolMessages.Message2",
+  "value": {
+    "tata": [
+      {
+        "a": 42,
+        "b": "Benjamin",
+        "c": 0,
+        "d": false
+      },
+      {
+        "a": 43,
+        "b": "Sandrine",
+        "c": 2
+      }
+    ],
+    "tutu": [
+      "Mercadet",
+      "Poisson"
+    ],
+    "titi": {
+      "44": "key 44",
+      "45": "key 45"
+    },
+    "lulu": {
+      "54": {
+        "a": 43,
+        "b": "Sandrine",
+        "c": 2
+      },
+      "55": {
+        "a": 42,
+        "b": "Benjamin",
+        "c": 0,
+        "d": false
+      }
+    },
+    "toto": "Prout zizi"
+  }
+}
\ No newline at end of file