7 lines
185 B
JSON
7 lines
185 B
JSON
|
# alternate branch of 'enum' type that conflicts with bool
|
||
|
{ 'enum': 'Enum',
|
||
|
'data': [ 'aus', 'off' ] }
|
||
|
{ 'alternate': 'Alt',
|
||
|
'data': { 'one': 'Enum',
|
||
|
'two': 'bool' } }
|