Python-simplejson nicht konvertieren echte

Warum funktioniert das nicht? Ich lese für simplejson JsonDecoder, wahr sein sollte, ist HIERFÜR gültigen und übersetzt zu Wahren.

% python
>>> import simplejson as json
>>> print json.loads({"bool":true})
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'true' is not defined
>>>
InformationsquelleAutor maverick | 2012-05-10
Schreibe einen Kommentar