Skip to content

Commit e058b83

Browse files
authored
Clarify Jackson module references in README
Updated references to Jackson for clarity and consistency.
1 parent 89724bc commit e058b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The resulting metrics could be logged as metadata alongside the JSON payload or
201201
* Measuring the impact of the filtering, i.e. reduction in data size
202202
* Make sure filters are actually operating as intended
203203

204-
### Opt-in Jackson module
204+
### Opt-in [Jackson] module
205205
The filters have also been implemented using [Jackson], in an opt-in module.
206206

207207
* filter + verify document structure in the same operation
@@ -212,7 +212,7 @@ The filters have also been implemented using [Jackson], in an opt-in module.
212212
Configure filters from `JacksonJsonLogFilterBuilder`.
213213

214214
## Performance
215-
This project trades parser/serializer features for performance, and runs multiple times faster than a "traditional" parser/writer approach (like when using Jackson).
215+
This project trades parser/serializer features for performance, and runs multiple times faster than a "traditional" parser/serializer approach (like when using [Jackson]).
216216

217217
See the benchmark results ([JDK 25](https://jmh.morethan.io/?source=https://raw.githubusercontent.com/skjolber/json-log-filter/master/benchmark/jmh/results/jmh-results-5.0.0.jdk25.json&topBar=off)) and the [JMH] module for running detailed benchmarks.
218218

0 commit comments

Comments
 (0)