Metadata-Version: 2.1
Name: simple_json_utils
Version: 0.0.1
Summary: A simple json utilities package
Author-email: Tr4nt <trantando69@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Json Utilities
This package has two small functions, `get_json` `save_json`,
`get_json` will require a path to a json file as it's first argument and then will return a dict object
`save_json` will require a dict object and the path to a json file
