Metadata-Version: 1.1
Name: ezjson
Version: 1.0
Summary: Ezjson (means easy json) is a simple python module to encode and decode json.
Home-page: http://github.com/sacanix/ezjson
Author: Tony Kamillo (Sacanix)
Author-email: tonysacanix@gmail.com
License: BSD
Description: 
        ezjson
        -------------
        
        Ezjson (means easy json) is a simple python module to encode and decode json.
        The reason by which I did this module, is because i dont like the way as anothers modules, works .
        There is some python objects (like datetime.date) that isn't JSON serializable and it often generates errors.
        Encode and decode JSON it should be an simple task, like in PHP way.
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
