Y
Hacker News
new
|
ask
|
show
|
jobs
by
adambrod
3343 days ago
It's very readable if you've used a typed language before. The <> brackets are like generics.
1 comments
dolmen
3343 days ago
JSON is a subset of JavaScript. <> brackets are not in JavaScript.
link
alayne
3343 days ago
That's not technically true (JSON is a subset of JavaScript) due to some extra characters allowed in JSON
http://timelessrepo.com/json-isnt-a-javascript-subset
.
link