3 lines
128 B
JSON
3 lines
128 B
JSON
|
# we reject data if it does not contain a valid array type
|
||
|
{ 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }
|