u16suzuの blog

日々学んだことのメモブログです。

2014-04-25から1日間の記事一覧

Create json from hash with using Ruby

require 'json/pure' h = {'dog'=> 'bow', 'cat'=> 'meow'} puts JSON.pretty_generate(h)