Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 6, 2014 06:17
Show Gist options
  • Save axilaris/9383487 to your computer and use it in GitHub Desktop.
Save axilaris/9383487 to your computer and use it in GitHub Desktop.
@dataobject = Array.new
for i in 0..5
@dataobject << {"test" => "hello"}
end
logger.info "datatojson:#{@dataobject.to_json}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment