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