jsonlint
jsonlint copied to clipboard
why don't you allow "values"?
The website http://jsonlint.com/ says it is based on this library. However, that site has the following bug: it rejects valid JSON that is NOT an object or an array. These strings are all valid JSON:
1 12 12.34 "string" true false null
Should this be corrected in this library?
just to make clear: This is an issue with the site ("a service") using this library not with the code. The current version of this repository code validates all of the above.
Looks like this issue should be closed now. The site works as you would expect, asserting true for validation when using values.