6 lines
144 B
JSON
6 lines
144 B
JSON
# the union data type must be an object.
|
|
{ 'union': 'TestUnion',
|
|
'base': 'int',
|
|
'discriminator': 'int',
|
|
'data': ['rubbish', 'nonsense']
|
|
}
|