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