6 lines
84 B
Text
6 lines
84 B
Text
{
|
|
key: value,
|
|
key2: value,
|
|
'key-3': value,
|
|
key4: false ? undefined : true
|
|
}
|