Metadata-Version: 2.1
Name: pyjson-translator
Version: 0.1.0
Summary: A simple JSON to Python object translator
Home-page: https://github.com/moqimoqidea/pyjson_translator
Author: moqimoqidea
Author-email: moqimoqidea@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# pyjson_translator

A simple JSON to Python object translator.

## Installation

```bash
pip install pyjson_translator
```
