Julien Danjou
986ec5832e
jsonutils: encode dict keys
Currently, only the dict value are converted with to_primitive(). There's no reason not to do it on keys too to support special types. Change-Id: I5b447f2fcd814088483f67e54261131cfc87ae79
oslo.serialization
The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as JSON and MessagePack.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.serialization
- Source: http://git.openstack.org/cgit/openstack/oslo.serialization
- Bugs: http://bugs.launchpad.net/oslo.serialization
Description
Languages
Python
100%