Metadata-Version: 2.4
Name: json_types
Version: 0.2.0
Summary: Type definitions and utilities for working with JSON in Python.
Keywords: json
Author-email: Cal Jacobson <cj81499@users.noreply.github.com>
Requires-Python: >= 3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Typing :: Typed
License-File: LICENSE
Project-URL: Documentation, https://github.com/cj81499/json_types#readme
Project-URL: Issues, https://github.com/cj81499/json_types/issues
Project-URL: Source, https://github.com/cj81499/json_types

# json_types

[![PyPI - Version](https://img.shields.io/pypi/v/json_types.svg)](https://pypi.org/project/json_types)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/json_types.svg)](https://pypi.org/project/json_types)

Type definitions and utilities for working with JSON in Python

-----

## Installation

```console
pip install json_types
```

