)]}'
{"openstack/common/jsonutils.py":[{"author":{"_account_id":9796,"name":"ChangBo Guo","email":"glongwave@gmail.com","username":"gcb"},"change_message_id":"d22dee572f02a4dc902534ac29aceee6cdab2c95","unresolved":false,"context_lines":[{"line_number":45,"context_line":"    except ImportError:"},{"line_number":46,"context_line":"        import json"},{"line_number":47,"context_line":"else:"},{"line_number":48,"context_line":"    import json"},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"import six"},{"line_number":51,"context_line":"import six.moves.xmlrpc_client as xmlrpclib"}],"source_content_type":"text/x-python","patch_set":1,"id":"bad4c104_1b90cc94","line":48,"updated":"2014-04-29 12:20:54.000000000","message":"should we add version check  or just  import  as following ?\ntry:\n    # comments about why  we do this \n    import simplejson as json\nexcept ImportError:\n    import json\n\nwhat\u0027s the different  between simplejson and json  module in Python 2.7+,\nif the simplejson always has better or same performance than standard module json, can we always use simplejson firstly ?","commit_id":"a6b2aecf3a75e4bdef493b645112a7944bced1e1"},{"author":{"_account_id":9656,"name":"Ihar Hrachyshka","email":"ihrachys@redhat.com","username":"ihrachys","status":"Red Hat Networking Systems Engineer"},"change_message_id":"1f12ea90c7d9e24c352df14b1e3be4bdb11a21a5","unresolved":false,"context_lines":[{"line_number":45,"context_line":"    except ImportError:"},{"line_number":46,"context_line":"        import json"},{"line_number":47,"context_line":"else:"},{"line_number":48,"context_line":"    import json"},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"import six"},{"line_number":51,"context_line":"import six.moves.xmlrpc_client as xmlrpclib"}],"source_content_type":"text/x-python","patch_set":1,"id":"bad4c104_96abd188","line":48,"in_reply_to":"bad4c104_1b90cc94","updated":"2014-04-29 12:47:06.000000000","message":"I\u0027m agnostic here. The only thing that comes to my mind is that stdlib is, allegedly, more stable/tested than simplejson in most distributions.","commit_id":"a6b2aecf3a75e4bdef493b645112a7944bced1e1"}]}
