Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/javascript/object-attr.txt

7 lines
100 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
{
key: value, // with comment
key2: value,
'key-3': value,
key4: false ? undefined : true
}