Browse Source

Merge pull request #509 from reftel/patch-1

Correct count of JsonProviders in readme
pull/517/head
kallestenflo 6 years ago committed by GitHub
parent
commit
a72b259f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -398,7 +398,7 @@ This option makes sure no exceptions are propagated from path evaluation. It fol
### JsonProvider SPI ### JsonProvider SPI
JsonPath is shipped with three different JsonProviders: JsonPath is shipped with five different JsonProviders:
* [JsonSmartJsonProvider](https://code.google.com/p/json-smart/) (default) * [JsonSmartJsonProvider](https://code.google.com/p/json-smart/) (default)
* [JacksonJsonProvider](https://github.com/FasterXML/jackson) * [JacksonJsonProvider](https://github.com/FasterXML/jackson)

Loading…
Cancel
Save