# Unindented comment
{ 'enum': 'Status',             # Comment to the right of code
  # Indented comment
  'data': [ 'good', 'bad', 'ugly' ] }