3 lines
92 B
JSON
3 lines
92 B
JSON
# Cannot include the same key more than once in any {}
|
|
{ 'key': 'value',
|
|
'key': 'value' }
|