Metadata-Version: 2.1
Name: pydictvalidator
Version: 1.0.0
Summary: A Python package to validate JSON dictionaries
Home-page: https://github.com/PandiselviGIT/pydictvalidator
Author: Pandiselvi
Author-email: pandiselvi024@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pydictvalidator

**pydictvalidator** is a lightweight Python package designed to validate JSON dictionaries. 
It checks if a given string is a valid JSON.

## Features
- Validates whether a string is a valid JSON.

## Installation
You can install the package directly from PyPI using `pip`:

```bash
pip install pydictvalidator
