{
  key: value, // with comment
  key2: value,
  key2clone: value,
  'key-3': value,
  key4: false ? undefined : true,
  key5: value, /* with a multiline comment */
  key6: value,
  key7: value, /* with a multiline comment */ // another comment
  key8: value,
  key9: value, /* with a REAL multiline
comment */
  key10: value,
}

