From 69852d9ae210080e999eb5bbb81481f527580a97 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sun, 3 Oct 2021 18:57:27 +0100 Subject: Complete parser with arrays, bools and nulls. Create empty testing file --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 1efee05..6070415 100644 --- a/spec.txt +++ b/spec.txt @@ -28,7 +28,7 @@ A map can be preceeded by nothing and succeeded by a ], which is not consumed. A sequence of values, no delimeter. -An array is preceeded by a [ and succeeded by a ] +An array is preceeded by a [ (optionally followed by whitespace) and succeeded by a ] ## String -- cgit v1.2.3