I believe Yaml supports both `0o400` and `0400` as...
# python
w
I believe Yaml supports both
0o400
and
0400
as octal literals. I believe python support
0400
for octal literals. (Though there is a proposal to deprecate this and require
0o400
?) I believe JavaScript now only supports
0o400
for octal literals (the
0400
form was recently deprecated). Json does not support octal literals.