Browse Source

Update json.py

pull/1000/head
max demian 11 years ago
parent
commit
cb25c42316
  1. 2
      flask/json.py

2
flask/json.py

@ -25,7 +25,7 @@ except ImportError:
from itsdangerous import json as _json
# figure out if simplejson escapes slashes. This behavior was changed
# Figure out if simplejson escapes slashes. This behavior was changed
# from one version to another without reason.
_slash_escape = '\\/' not in _json.dumps('/')

Loading…
Cancel
Save