The example in the reStructuredText README (and the PyPI description) is not correct: ``` from flask.ext.jsonpify import jsonify ``` It should be: ``` from flask_jsonpify import jsonify ```
The example in the reStructuredText README (and the PyPI description) is not correct:
It should be: