We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8637039 commit defdad5Copy full SHA for defdad5
README.md
@@ -15,7 +15,7 @@ uses Jackson
15
* if you want to use anything else for handling JSON (like GSON or javax.json), then you are in a little trouble, since
16
currently there is no schema validation library backed by these libraries. It means that you will have to parse the JSON
17
twice: once for the schema validator, and once for your own processing. In a case like that, this library is probably still
18
-a better choice, since it seems to be [4x faster](https://github.com/erosb/json-schema-perftest) than the Jackson-based fge
+a better choice, since it seems to be [twice faster](https://github.com/erosb/json-schema-perftest) than the Jackson-based fge
19
library.
20
21
0 commit comments