<% arr = [] _ob.list(:Task) do |task| arr << task.data end print JSON.generate(arr) %>