Use faster json if available
authorLaurent Bachelier <laurent@bachelier.name>
Wed, 3 Oct 2012 19:54:58 +0000 (21:54 +0200)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 20:28:02 +0000 (16:28 -0400)
commitab3807792ae7e6ae2401d4d449abb14dbd9f6606
tree551331bc2a5a9c8d1721257aea4c095a7c046cc3
parent7cc47ab92bb9a38d31821ab1847442396af19287
Use faster json if available

Considered faster according to:
http://stackoverflow.com/questions/712791/json-and-simplejson-module-differences-in-python
http://stackoverflow.com/questions/706101/python-json-decoding-performance

As a side-effect, it might make irker work under Python versions older than 2.6.

Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
irkerd
irkerhook.py