From d42bb065d21bc08714cabb8f1a70675e8882d536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20S=C3=BCl=C3=BCn?= Date: Tue, 11 Dec 2018 10:09:22 +0300 Subject: [PATCH] Update example-input.json --- example-input.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/example-input.json b/example-input.json index 0f4a188..8433986 100644 --- a/example-input.json +++ b/example-input.json @@ -76,5 +76,11 @@ "name": "Docker", "know-score": 70, "love-score": 90 + }, + { + "category": "Database", + "name": "MySQL", + "know-score": 80, + "love-score": 50 } -] \ No newline at end of file +]