15:41
<eemeli>
Is there a reason why the JSON spec is not available as https://tc39.es/ecma404/? I keep on expecting to find it there.
17:32
<snek>
what are you talking about its right here https://gc.gy/159566524.png
17:32
<snek>
actually is anyone else seeing that ecma's website is down again? 508 resource limit is reached
18:41
<ljharb>
Is there a reason why the JSON spec is not available as https://tc39.es/ecma404/? I keep on expecting to find it there.
because it’s only a pdf spec and nobody’s taken the time to convert it to ecmarkup
18:48
<eemeli>
Is there actually any place more appropriate than this channel for me to note that it would be nice if this thing existed? As is, there isn't a GH repo for JSON either.
19:02
<snek>
do you just want an html reference? or are there actual changes you want to make to json? cuz i feel like the latter is sort of purposely not a thing that happens
19:05
<eemeli>
I do not want to make changes to JSON. I want an HTML reference that lets me link to specific sections of the spec.
19:06
<snek>
makes sense
19:07
<snek>
maybe https://github.com/tc39/Admin-and-Business could be good? i assume moving the source of truth for json from word doc to ecmarkup would need some process changes
19:08
<bakkot>
you can link to specific pages of a PDF
21:47
<ljharb>
eemeli: i've had that task on my backlog for awhile actually, just haven't had the time