98626572f1
The parser handles erroneous input badly. To be improved shortly. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-id: 1374939721-7876-2-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
5 lines
143 B
JSON
5 lines
143 B
JSON
# Unindented comment
|
|
{ 'enum': 'Status', # Comment to the right of code
|
|
# Indented comment
|
|
'data': [ 'good', 'bad', 'ugly' ] }
|