Metadata-Version: 2.1
Name: simple_json_utils
Version: 0.0.2
Summary: A simple json utilities package
Project-URL: Homepage, https://github.com/Tr4nt420/simple_json_utils
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(filePath: str) -> dict`

`save_json(data: dict, filePath: str) -> bool` will save whatever `data` contains into file at `filePath`, with default indentation of 4, returns True if the operation was successful.




