SP/web2py/gluon/contrib/simplejson.py
Saturneic 064f602b1a Add.
2018-10-25 23:33:13 +08:00

10 lines
227 B
Python

# -*- coding: utf-8 -*-
"""
Dummy simplejson module for backwards compatibility with applications that import simplejson from gluon.contrib
TODO: Remove this.
"""
from json import *
class JSONDecodeError(ValueError):
pass