Hacker News new | ask | show | jobs
by nojvek 1408 days ago
JSON5 isn’t a crazy language. Just used some productions from ECMAScript spec that is already part of JS. Anyone familiar with JS should pick up JSON5 quite easily.

I believe VSCode uses json5 with .json extension for a whole bunch of their configs.

It would be a slower parser than JSON though.