Metadata-Version: 2.4
Name: json-masker-pro
Version: 0.1.0
Summary: An enterprise-grade utility to mask JSON values while preserving keys and structure.
Author-email: Vijval Vemula <vemulavijval1@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Python Package to mask json values
This package masks the values in a JSON file while preserving its structure and keys.

## Installation

```bash
!pip install json-masker-pro
```

## Usage

```bash
json-masker <input_file>
```

