NST icon indicating copy to clipboard operation
NST copied to clipboard

Parsing quoted keys in JS object literal

Open ghost opened this issue 13 years ago • 0 comments

For example, NST doesn't parse 'some key' property:

var obj = { 'some key': {}, somekey: {} }

ghost avatar Aug 29 '12 07:08 ghost