You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize that check-jsonschema is not a linter, but the generic error message about failing to parse a file as JSON is not helpful.
I didn't check yet what you're using internally to load the JSON into Python, but the json.load() method has an informative error message that could be passed on to the user at the CLI:
JSON Error: Illegal trailing comma before end of array: line 10 column 18 (char 234)