Metadata-Version: 2.1
Name: json-like-module
Version: 0.0.1
Summary: Package to import json's like python modules
Home-page: UNKNOWN
Author: tourist
Author-email: rickeyfsimple@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Usage 
```
    import json_like_module.jsonimporter
    import json_files.data as json_file_data

    data = json_file_data.raw_data
```



