master
json 6 lines 185 Bytes
Raw
1 # alternate branch of 'enum' type that conflicts with bool
2 { 'enum': 'Enum',
3 'data': [ 'aus', 'off' ] }
4 { 'alternate': 'Alt',
5 'data': { 'one': 'Enum',
6 'two': 'bool' } }