3 lines
105 B
JSON
3 lines
105 B
JSON
# {} is not a valid type reference
|
|
{ 'command': 'foo',
|
|
'data': { 'a' : { 'type': {} }, 'b' : 'str' } }
|