Skip to content

Commit

Permalink
Merge pull request #2 from telekom/docs/add-gradle-workflows
Browse files Browse the repository at this point in the history
Added About heading and Code of Conduct note in README.md
  • Loading branch information
mherwig authored Feb 6, 2024
2 parents dc7dd3d + b5323dc commit 4e153c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ SPDX-License-Identifier: CC0-1.0
[![REUSE status](https://api.reuse.software/badge/github.com/telekom/JSON-Filter)](https://api.reuse.software/info/github.com/telekom/JSON-Filter)
[![Issues](https://img.shields.io/github/issues/telekom/JSON-Filter?style=flat)](https://github.com/telekom/JSON-Filter/issues)

## About

JSON filter is a small, lightweight filter-library that allows to evaluate JSON payload against a filter consisting of
operators.
Operators can be defined programmatically or in JSON- or YAML-files.
Expand Down Expand Up @@ -168,6 +170,14 @@ The result of the evaluation is an `EvaluationResult` that indicates if and why
| contains | `ct` | comparison | Valid if `field` contains `value`. |
| nct | `nct` | comparison | Valid if `field` does not contain `value`. |

## Contributing

### Code of Conduct

This project has adopted the [Contributor Covenant](https://www.contributor-covenant.org/) in version 2.1 as our code of conduct. Please see the details in our [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). All contributors must abide by the code of conduct.

By participating in this project, you agree to abide by its [Code of Conduct](./CODE_OF_CONDUCT.md) at all times.

## Licensing

This project follows the [REUSE standard for software licensing](https://reuse.software/).
Expand Down

0 comments on commit 4e153c5

Please sign in to comment.