diff --git a/test.json b/test.json index 355d44d..75ec9ff 100644 --- a/test.json +++ b/test.json @@ -1 +1,11 @@ -{"a":"123"} \ No newline at end of file +[ + { + "a": "123" + }, + { + "a": "678" + }, + { + "a": "678" + } +] \ No newline at end of file