python json nan

import simplejson
simplejson.dumps(data, ignore_nan=True)
Alexey Svetlov