Sha256: ea4b30b745a1932bb2456003ee2a8a1b1e3a916eb35efa3f0c4e1f5c775f0ebf

Contents?: true

Size: 111 Bytes

Versions: 6

Compression:

Stored size: 111 Bytes

Contents

require 'json'

class Taxedo::Builder::Json < Taxedo::Builder::Hash
  def generate
    super.to_json
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
taxedo-0.0.6 lib/taxedo/builder/json.rb
taxedo-0.0.5 lib/taxedo/builder/json.rb
taxedo-0.0.4 lib/taxedo/builder/json.rb
taxedo-0.0.3 lib/taxedo/builder/json.rb
taxedo-0.0.2 lib/taxedo/builder/json.rb
taxedo-0.0.1 lib/taxedo/builder/json.rb