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' ] }
|