Y
Hacker News
new
|
ask
|
show
|
jobs
by
rgoddard
6288 days ago
{} means object [] means array So you would not be able to just drop them, since they mean two different things.
1 comments
sharkbrainguy
6287 days ago
for associative arrays foo: bar, for non-associative foo, bar,
surely this is unambiguous?
x: y: "a", z: "23", q: 54, 32, 45 , r: 43
link
surely this is unambiguous?