Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/test/test1_bogus_schema.jsonc @ 489:f6b7f113cf27 bgo-commands-codegen
Ongoing work on code generation
author | bgo-osimis |
---|---|
date | Mon, 18 Feb 2019 07:46:59 +0100 |
parents | 628941d63b8c |
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 */