Your JSON {"id": 1, "list": [item1, item2]} is invalid. You can validate it using tools like https://jsonlint.com/ and https://jsonformatter.curiousconcept.com/. - Source: Reddit / 5 days ago
You've got two sets of "settings" your indenting is all over the place, and it isn't valid JSON as per https://jsonlint.com/. - Source: Reddit / 11 days ago
That JSON is malformed, please check with https://jsonlint.com/. - Source: Reddit / 18 days ago
Or go to https://jsonlint.com/ and paste in exactly what it returns and see if it passes. - Source: Reddit / 18 days ago
Https://jsonlint.com/ shows your JSON example is invalid. Probably the source of the error is your JSON data. - Source: Reddit / about 1 month ago
The JSON isn't in the right format (the above is not the right format -- don't forget to use quotes and you don't need the last comma after "available". https://jsonlint.com/. - Source: Reddit / about 1 month ago
When I check the request on https://jsonlint.com/ I don't see any problems, so the JSON code itself appears to be correct. That indicates the issue is in the field names or values you try to enter. - Source: Reddit / about 2 months ago
Check that it's valid JSON by pasting it into https://jsonlint.com. - Source: Reddit / 2 months ago
Paste the contents in https://jsonlint.com/, and press the Validate JSON button. It should tell you where the parsing error is. - Source: Reddit / 3 months ago
If you need help validating JSON for conversational purposes, here's a useful tool you can use: https://jsonlint.com/. - Source: Reddit / 3 months ago
Do you know an article comparing JSONLint to other products?
Suggest a link to a post with product alternatives.