Added wrapper module around simplejson/json for much simplified customization.
This commit is contained in:
parent
301e244df3
commit
b146d8277a
9 changed files with 227 additions and 84 deletions
|
|
@ -13,8 +13,7 @@ import hashlib
|
|||
from datetime import datetime
|
||||
from werkzeug.http import http_date, parse_date
|
||||
from werkzeug.datastructures import CallbackDict
|
||||
from .helpers import json
|
||||
from . import Markup
|
||||
from . import Markup, json
|
||||
|
||||
from itsdangerous import URLSafeTimedSerializer, BadSignature
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue