This repository has been archived by the owner. It is now read-only.
Permalink
Please sign in to comment.
Browse files
Convert tuples to lists before encoding them
The `json` module in Python 2.6 functions in a similar fashion: >>> json.dumps([(2,3,)]) '[[2, 3]]' >>> Reported by indigoviolet in issue #8 Change-Id: Ia5f0b649d137e42a692a38b52ccff71874dd4c71
- Loading branch information...
0 comments on commit
e5bfbe1