Metadata-Version: 2.1
Name: jsonb
Version: 1.0.0
Summary: JSON Better - A Python Library Used to simplify encoding/decoding JSON while handling special types
Home-page: https://github.com/ouroboroscoding/jsonb
Author: Chris Nasr - Ouroboros Coding Inc.
Author-email: chris@ouroboroscoding.com
License: MIT
Project-URL: Source, https://github.com/ouroboroscoding/jsonb
Project-URL: Tracker, https://github.com/ouroboroscoding/jsonb/issues
Keywords: jsonb
Platform: UNKNOWN
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# JSON Better
A Python Library Used to simplify encoding/decoding JSON while handling special types

# Install
```
pip install jsonb
```

# Requires
jsonb requires python 3.10 or higher

