Skip to content

Commit

Permalink
Add build status badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Breus committed Nov 6, 2023
1 parent 4c669aa commit 66f7bb2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
image:https://img.shields.io/github/actions/workflow/status/Breus/json-masker/build.yml[GitHub Workflow Status (with event)]

= High-performance JSON masker

:toc:

== Introduction

JSON masker can be used to mask string and/or numeric values from JSON messages, corresponding to a (set of) target
key(s). Alternatively, it can be used to mask all string and/or numeric values from a JSON message except the ones
corresponding to the target keys .
JSON masker can be used to mask string and/or numeric values from JSON messages, corresponding to a (set of) target key(s).
Alternatively, it can be used to mask all string and/or numeric values from a JSON message except the ones corresponding to the target keys .

The implementation is focused on maximum (time) performance using Java and requires no additional runtime dependencies.

Expand Down

0 comments on commit 66f7bb2

Please sign in to comment.