There are no **real** problems with that, but looks not nice: ``` javascript var data = { data: [ 'foo', 'bar', 'baz' ] }; console.log('%j', yaml.dump(data)); // Output: "data: \n - foo\n - bar\n - baz\n" // Note an odd space after "data:". ```
There are no real problems with that, but looks not nice: