Metadata-Version: 2.1
Name: jsonutils3
Version: 1.0.0
Summary: A lib to use json easly.
Home-page: http://github.com/LavaPower/jsonutils
Author: LavaPower
Author-email: lavapower84@gmail.com
License: UNKNOWN
Description: # jsonutils
        
        A lib to use json easly.
        
        ## Dependencies
        
        - Python 3.5+
        
        ## Installation
        
        - Install jsonutils with `pip install jsonutils3`
        - Enjoy
        
        ## Features
        
        - Modify json by function and by direct key access (`set`/`get` functions and `JsonObject[key]`)
        - Support dot in access (example : `json["config.theme"]` => get value of "theme" in value of "config")
        - Save function + option to save at destruction
        - Convert json to xml (`to_xml()` function)
        
        ## Uncoming Features
        
        - Clear json
        - Propose in issues
        
        ## Changelog
        
        ### V 1.0.0 - 12/02/2020 (LATEST)
        
        - First version
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
