4 lines
143 B
JSON
4 lines
143 B
JSON
# Unindented comment
|
|
{ 'enum': 'Status', # Comment to the right of code
|
|
# Indented comment
|
|
'data': [ 'good', 'bad', 'ugly' ] }
|