Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json @ 682:e8b83fe55a33 am-dev
added support for float + map<TK, TV> instead of only map<string, T>
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 16 May 2019 15:04:41 +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" } }