Closed danielnorberg closed 8 years ago
Sorry for the late response. While you are basically right, Hjson is a superset of JSON. While it does not make a lot of sense it is used by some people for comments. And we need JSON support to allow for seamless upgrades from JSON to Hjson.
It'd be useful to be able to configure the parser to fail on duplicate keys in input in order to catch user errors in e.g. configuration files.
I.e. fail on:
What do you think?