Closed 43081j closed 5 months ago
Adds a new syntax type, js. With this syntax, arrays use indices and properties use dot-notation.
js
For example:
// foo.bar[0]=baz ({ foo: { bar: [ 'baz' ] } })
Closes #39
doesn't seem to affect benchmarks much, fortunately
Adds a new syntax type,
js
. With this syntax, arrays use indices and properties use dot-notation.For example:
Closes #39
doesn't seem to affect benchmarks much, fortunately