master
json 4 lines 143 Bytes
Raw
1 # Unindented comment
2 { 'enum': 'Status', # Comment to the right of code
3 # Indented comment
4 'data': [ 'good', 'bad', 'ugly' ] }