From dae9643d1461a50762c4299a47b70da67b16e5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Vi=E1=BA=BFt=20M=E1=BA=A1nh?= Date: Tue, 1 Nov 2016 14:26:03 +0700 Subject: [PATCH 1/2] updated --- test.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test.json b/test.json index 355d44d..8886739 100644 --- a/test.json +++ b/test.json @@ -1 +1,8 @@ -{"a":"123"} \ No newline at end of file +[ + { + "a": "123" + }, + { + "a": "678" + } +] \ No newline at end of file From 8601c103f8e2e0f6111943d52d8eb2f1e3697645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Vi=E1=BA=BFt=20M=E1=BA=A1nh?= Date: Tue, 1 Nov 2016 14:27:31 +0700 Subject: [PATCH 2/2] updated --- test.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.json b/test.json index 8886739..75ec9ff 100644 --- a/test.json +++ b/test.json @@ -2,6 +2,9 @@ { "a": "123" }, + { + "a": "678" + }, { "a": "678" }