Skip to content

Instantly share code, notes, and snippets.

@bycoffe
Created September 20, 2012 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bycoffe/3756196 to your computer and use it in GitHub Desktop.
Save bycoffe/3756196 to your computer and use it in GitHub Desktop.
Convert a Fech filing to JSON
require 'fech'
require 'json'
module Fech
class Filing
def to_json
rows_like(//).to_json
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment