Sign in
dart
/
tools.git
/
999a2df4
/
.
/
pkgs
/
yaml_edit
/
test
/
crash_test
/
testdata
/
json_comments.yaml
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
]
}