index
:
dotfiles
main
My own dotfiles.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
json2yaml.rb
blob: 4f77f8be37914ae40bac14cf98df206c82261ec9 (
plain
)
1
2
3
4
5
6
#!/usr/bin/env ruby
require
'json'
require
'yaml'
puts
JSON
.
parse
(
ARGF
.
read
)
.
to_yaml