#!/usr/bin/python
import simplejson
import teststring
_=None
for x in xrange(50000):
    _=simplejson.loads(teststring.JSON_STR)


