dewski/json_builder

key names with "@" not allowed

maxf opened this issue · 1 comments

maxf commented

{ "@A": 1 }
is valid JSON but
@A 1
will trigger a syntax error

You can use:

key "@a", 1