#!/usr/bin/python
import cjson
import teststring

_=None
for x in xrange(50000):
    _=cjson.decode(teststring.JSON_STR)


