scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/yaml.js/README.md
@@ -129,7 +129,7 @@
yaml2json myfile.yml
 
# Store output inside a JSON file
yaml2json myfile.yml > ouput.json
yaml2json myfile.yml > output.json
 
# Output "pretty" (indented) JSON
yaml2json myfile.yml --pretty
@@ -141,7 +141,7 @@
yaml2json mydirectory --pretty --save --recursive
 
# Convert JSON to YAML and store output inside a JSON file
json2yaml myfile.json > ouput.yml
json2yaml myfile.json > output.yml
 
# Output YAML that will be inlined only after 8 levels of indentation
json2yaml myfile.json --depth 8