4 lines
126 B
JSON
4 lines
126 B
JSON
|
# check multiple 'if' keys
|
||
|
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
|
||
|
'if': { 'any': ['ANY'], 'all': ['ALL'] } }
|