object-attr.txt 100 B

123456
  1. {
  2. key: value, // with comment
  3. key2: value,
  4. 'key-3': value,
  5. key4: false ? undefined : true
  6. }