From 5b33b2950aaca32a6845745c3038c63c775868d6 Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:22:29 +0100 Subject: [PATCH] Typos in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7433f6..df5e3d0 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ The following caveats apply to the results: The `JsonSerdeBenchmark` benchmark measures the average time taken to serialize a simple Java object, including polymorphism, to JSON and back, validating the intermediate JSON data on both legs of the journey. -This is a more real-world test, keeping to the basics of what's possible with JSon schemas, as that's what most use-cases use. +This is a more real-world test, keeping to the basics of what's possible with JSON schemas, as that's what most use-cases use. Example results: @@ -295,7 +295,7 @@ and you're happy with the maintenance risk associated with them, then either `Me It's worth pointing out that [Confluent][confluent]'s own JSON serde internally use `Everit`, which may mean they'll be helping to support it going forward. Alternatively, if you're either uneasy using deprecated or unmaintained libraries, or need more functionality or support for the latest drafts, -then these tests would suggest you take a look at `SchemaFriend`: it comes out to for functionality and is only beaten on performance by the unmaintained or deprecated `Medeia` and `Everit`. +then these results would suggest you take a look at `SchemaFriend`: it comes out on top for functionality and is only beaten on performance by the unmaintained or deprecated `Medeia` and `Everit`. Note: The author of this repository is not affiliated with any of the implementations covered by this test suite.