But ujson comes at a price of slightly reduced functionality. For example, you cannot set indent. (And I typically set indent for files <100MB, when working with third-party data, often manual inspection is necessary).<p>(BTW: I got tempted to try ujson exactly for the original blog post, i.e. <a href="http://blog.dataweave.in/post/87589606893/json-vs-simplejson-vs-ultrajson." rel="nofollow">http://blog.dataweave.in/post/87589606893/json-vs-simplejson...</a>)<p>Plus, AFAIK, at least in Python 3 json IS simplejson (but a few version older). So every comparison of these libraries is going to give different results over time (likely, with difference getting smaller). Of course, simpejson is the newer thing of the same, so it's likely to be better.