Closed GoogleCodeExporter closed 9 years ago
Serialize actually returns a Python dictionary, which is what you are seeing in
the
interpreter. "Serialize" here means serializing to the abstract data structure
of the
wire protocol; to get an actual JSON string, you need to call simplejson.dumps
on the
result. That, by the way, is what SerializeContext does in robot_abstract.py.
You can
look at robot_abstract_test.py to verify that the string output of that does use
double quotes.
Original comment by artdent
on 12 Jun 2009 at 6:49
Original issue reported on code.google.com by
sa3ruby@gmail.com
on 2 Jun 2009 at 10:13