Hacker News new | ask | show | jobs
by yankput 995 days ago
Actually no, it’s something called jsonc.

It’s without a spec

https://github.com/microsoft/vscode/issues/100688

https://github.com/microsoft/node-jsonc-parser

1 comments

Why in god's name did Microsoft insist on going their own way on this?
What do I know.

A theory - they don’t want a third party code in a hot path (they do care about performance in vscode), they already have a very performant parser and they don’t want to add a complexity there.

But that’s just a theory.