You may want to add this to the documentation:
import ejson
from flask import Flask
app = Flask(name)
app.json_decoder = ejson.EJSONDecoder
app.json_encoder = ejson.EJSONEncoder
I can't think of a reason why you wouldn't want to do this, but let me know if you think of any.