From f923a1f4b0e5db771a453b9cd227002600975a59 Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Tue, 24 Mar 2020 17:26:20 +0100 Subject: [PATCH] README updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1f221a15..f3044fe2a 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ It's recommended to use `JsonAssertions.json()` if you want to parse expected va Following Kotlin API is supported (notice different import) ```kotlin +// Kotlin import net.javacrumbs.jsonunit.assertj.assertThatJson assertThatJson("""{"root":{"a":1, "b": 2}}""") {