Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/javascript/object-attr.txt
2021-04-07 19:25:18 -04:00

7 lines
100 B
Plaintext
Vendored

{
key: value, // with comment
key2: value,
'key-3': value,
key4: false ? undefined : true
}