My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
New issue | Search
for
| Advanced search | Search tips
Issue 46: Parsing an array with trailing comma with speedups causes an unhelpful error message
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  bob.ippolito
Closed:  Apr 2009
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by bob.ippolito, Apr 02, 2009
Gets raise ValueError("No JSON object could be decoded") instead of

File "/Users/bob/src/simplejson/simplejson/decoder.py", line 245, in JSONArray
    raise ValueError(errmsg("Expecting object", s, end))
ValueError: Expecting object: line 1 column 1 (char 1)
Comment 1 by bob.ippolito, Apr 02, 2009
r182
Status: Fixed
Sign in to add a comment

Hosted by Google Code