Details
Description
Give the stdlib's json a higher import priority over simplejson modules, which is only required if the python version is < 2.6. Currently even 2.6 version of python running avro code would begin utilizing simplejson over its own provided json library, which should not be the case.