forked from orbit-oss/flask
Update json.py
This commit is contained in:
parent
69db1e9b1f
commit
cb25c42316
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue