Allow trailing comma in objects

This commit is contained in:
Jacob Bundgaard
2019-10-16 17:07:41 +02:00
committed by Christopher Dunn
parent d2e6a971f4
commit 01db7b7430
7 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1 @@
{ "count" : 1234,, }

View File

@@ -0,0 +1,2 @@
.={}
.count=1234

View File

@@ -0,0 +1 @@
{ "count" : 1234, }