python: Accept multiple forms of strings and lists when parsing JSON.
authorBen Pfaff <blp@nicira.com>
Fri, 16 Sep 2011 00:17:36 +0000 (17:17 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 16:10:45 +0000 (09:10 -0700)
commit5c3a4660c0ab317f904446bef8cf1bcce439d754
tree7fe57af50ec70af9d225ebf88c8a63501f80e7e2
parent843fb01b61944b37337690bc323d5b469b0239f6
python: Accept multiple forms of strings and lists when parsing JSON.

The JSON parser in OVS always yields unicode strings and lists, never
non-unicode strings or tuples, but it's easy to create them when building
JSON elsewhere, so accept both forms.
python/ovs/db/data.py
python/ovs/db/parser.py
python/ovs/db/schema.py
python/ovs/db/types.py
python/ovs/ovsuuid.py