Metadata-Version: 2.4
Name: jsonstruct-cli
Version: 0.1.17
Summary: Format deeply nested JSON and decode JWTs
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyjwt

# jsonstruct
A CLI tool to pretty-print JSON and decode JWTs. Supports JSON or Python-style input.

## Install
```bash
pip install .
```

## Usage
```bash
jsonstruct --file input.json --decode-jwt
jsonstruct --json '{"token": "..."}'
jsonstruct --version
```
