view Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json @ 686:0d42bda615a8 am-dev

fix codegen tests
author Alain Mazy <alain@mazy.be>
date Thu, 16 May 2019 16:45:10 +0200
parents 6405435480ae
children 342f3e04bfa9
line wrap: on
line source

{
  "type": "VsolMessages.Message2",
  "value": {
    "tata": [
      {
        "a": 42,
        "b": "Benjamin",
        "c": "January",
        "d": false,
        "e": 0.1,
        "f": -0.2
      },
      {
        "a": 43,
        "b": "Sandrine",
        "c": "March"
      }
    ],
    "tutu": [
      "Mercadet",
      "Poisson"
    ],
    "titi": {
      "44": "key 44",
      "45": "key 45"
    },
    "lulu": {
      "54": {
        "a": 43,
        "b": "Sandrine",
        "c": "March"
      },
      "55": {
        "a": 42,
        "b": "Benjamin",
        "c": "January",
        "d": false
      }
    },
    "toto": "Prout zizi"
  }
}