Displaying better error message than “No JSON object could be decoded”
I’ve found that the simplejson module gives more descriptive errors in many cases where the built-in json module is vague. For instance, for the case of having a comma after the last item in a list: which is not very descriptive. The same operation with simplejson: Much better! Likewise for other common errors like capitalizing True.