blob: e4fe234b490b4700dc12db2cda5988af3fda2d6f [file]
# Initial comment
{
"string": "hello world", # Great message
"map": {
"foo": 42, # Fantastic number
"bar": "baz"
},
"list": [
1, # This is a good list
2, # This comment is good
# But this?
# Or this?
3
]
}