Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/test_data/test1_bogus_json.jsonc @ 528:45f4953f4162 bgo-commands-codegen
fixed warnings
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Sun, 17 Mar 2019 20:14:46 +0100 |
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", "kind":"struct", "fields": [ { "name":"someStrings", "type":"vector<string>" }, { "name":"someInts2", "type":"vector<int32>" } ] }, { "name":"MovieType", "kind":"enum", "fields": [ { "name":"Romcom", }, { "name":"Horror", }, { "name":"ScienceFiction", }, { "name":"Vegetables", } } ] } /* 1 2 3 4 5 6 7 12345678901234567890123456789012345678901234567890123456789012345678901234567890 */