Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/test_data/test1_bogus_schema.jsonc @ 547:0f43e479b49c ct-pet-dose-struct
Removed old rtstruct demo (correct one on its way) + Many warning fixes (mostly 64-bit ?) + reformat + small fixes + indent (breaking long lines)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 02 Apr 2019 11:54:28 +0200 |
parents | 6470248790db |
children |
line wrap: on
line source
{ "root_name":"test1", "types": [ { "name":"B", "kind":"struct", "fields": [ { "name":"someAs", "type":"vector<A>" }, { "name":"someInts", "type":"vector<int32>" } ] }, { "name":"A", "kiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiind":"struct", "fields": [ { "name":"someStrings", "type":"vector<string>" }, { "name":"someInts2", "type":"vector<int32>" } ] }, { "name":"MovieType", "kind":"enum", "fields": [ { "naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame":"Romcom" }, { "name":"Horror" }, { "name":"ScienceFiction" }, { "name":"Vegetables" } ] } ] } /* 1 2 3 4 5 6 7 12345678901234567890123456789012345678901234567890123456789012345678901234567890 */