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