Metadata-Version: 2.1
Name: JsonDecoder
Version: 0.0.4
Summary: json parser framework for Python
Home-page: https://github.com/sheikhjebran/jsonparser
Author: Sheikh Jebran
Author-email: sheikhjebran@gmail.com
License: MIT License
Keywords: json python json parser json parser parser json python decover
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >3.5.0
Description-Content-Type: text/markdown
License-File: LICENSE

# jsonparser
parse the json and return Class Object


# How to use

```
JsonParser.parserJson(json_object)

return: parsedJson data
```
json_object : Str or json_file_path
