Metadata-Version: 2.3
Name: corelibs-json
Version: 2.0.0
Summary: CoreLibs Json utilities
Author: Clemens Schwaighofer
Author-email: Clemens Schwaighofer <clemens.schwaighofer@omc.com>
Requires-Dist: corelibs-search>=1.0.0
Requires-Dist: jmespath>=1.1.0
Requires-Dist: jsonpath-ng>=1.7.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# CoreLibs Python JSON support

This is part of the Python CoreLibs

## Overview

Various support for JSON like jmes path search and support function for json dump

## Install

```sh
uv add --index opj-pypi=https://git.egplusww.jp/api/packages/PyPI/pypi/simple/ corelibs-json
```

## Usage

See <DOCUMENTATION.md>

## Development

See <DEVELOPMENT.md> for detailed development information
