daviscodesbugs / gamepiece-json

A collection of json files describing the pieces of board games
GNU General Public License v3.0
13 stars 33 forks source link

Linting does not catch duplicate keys #95

Open daviscodesbugs opened 7 years ago

daviscodesbugs commented 7 years ago

When using the provided JSON.parse method or the lint.parse provided by jsonlint, duplicate keys do not throw an error. I would like them to, and am creating an issue with jsonlint as they describe the package as replicating the service provided on jsonlint.com which does fail on duplicate keys.