Skip to content

Commit

Permalink
Merge pull request #191 from Limess/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone authored Jun 15, 2022
2 parents 2bc39b0 + b5fbe34 commit 82e537d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ It's experimental, like the name says. Based on [Tigris](http://github.com/dakro

## Advanced customization for factories
See
[this](http://fasterxml.github.com/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonFactory.Feature.html)
[this](https://fasterxml.github.io/jackson-core/javadoc/2.13/com/fasterxml/jackson/core/JsonFactory.Feature.html)
and
[this](http://fasterxml.github.com/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.Feature.html)
[this](https://fasterxml.github.io/jackson-core/javadoc/2.13/com/fasterxml/jackson/core/JsonParser.Feature.html)
for a list of features that can be customized if desired. A custom
factory can be used like so:

Expand Down

0 comments on commit 82e537d

Please sign in to comment.