Files
Kenneth Reitz 0c794c5c29 import omnijson
2011-09-24 13:55:04 -04:00

14 lines
224 B
Python

# -*- coding: utf-8 -*-
from __future__ import absolute_import
from .core import loads, dumps, JSONError
__all__ = ('loads', 'dumps', 'JSONError')
__version__ = '0.1.2'
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'