Re: [openstack-dev] [all] ujson "drop in" replacement

2017-11-01 Thread gordon chung
On 01/11/17 03:00 PM, Graham Hayes wrote: > There seems to be a lot of "replace oslo.serization / native python json > with UltraJSON (otherwise known as ujson) patches over the last few > weeks. > > We should be careful - it is not a drop in replacement. e.g. - rofl. i guess someone took our

[openstack-dev] [all] ujson "drop in" replacement

2017-11-01 Thread Graham Hayes
Hey all, There seems to be a lot of "replace oslo.serization / native python json with UltraJSON (otherwise known as ujson) patches over the last few weeks. We should be careful - it is not a drop in replacement. e.g. - Normal python JSON: >>> import json >>>