Metadata-Version: 2.1
Name: zq-json
Version: 0.2.0
Summary: Drop-in jq replacement — 21x faster JSON processing
Home-page: https://github.com/Enriquefft/zq
License: MIT
Author: Enrique Flores
Requires-Python: >=3.8
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# zq-json

Drop-in jq replacement — 21x faster JSON processing via parallelization, SIMD, and zero-allocation parsing.

## Usage

```bash
pip install zq-json
zq '.name' data.json
```

See [GitHub](https://github.com/Enriquefft/zq) for full documentation.
