Metadata-Version: 2.1
Name: mongo2json
Version: 1.0.0
Summary: Converts mongo shell JSON output to a valid JSON or a Python object
Home-page: https://github.com/drunckoder/mongo2json
Author: drunckoder
Author-email: drunckoder@gmail.com
License: UNKNOWN
Project-URL: Repository, https://github.com/drunckoder/mongo2json
Project-URL: Bug Reports, https://github.com/drunckoder/mongo2json/issues
Description: # mongo2json
        
        Converts mongo shell JSON output to a valid JSON or a Python object
        
        #### Installation:
        
        `pip install mongo2json`
        
        #### Usage: 
        ```
        import mongo2json
        
        data = mongo2json.loads(open('mongo_export.json').read())
        ```
        
        ### Warning! Current implementation is slow as hell!
Keywords: mongo mongodb shell export json
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
