イテレータを渡して出力したいカラムを指定するだけ
json.items Item.all, :id, :created_at # {"items":[{"id":1,"created_at":"2015-03-05T22:57:40.558Z"}]}