view Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json @ 603:70992b38aa8a

new routable logging system in STDIO mode + flag support (with no value) in StartupParametersBuilder + 80 col indent
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 29 Apr 2019 15:09:48 +0200
parents 6405435480ae
children 0d42bda615a8
line wrap: on
line source

{
  "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"
  }
}