4 lines
195 B
JSON
4 lines
195 B
JSON
# command 'data' member with dict value is (longhand) argument
|
|
# definition, not inline complex type
|
|
{ 'command': 'foo',
|
|
'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
|