Sha256: 4d3318be923ac1674f66b5ada843c85ee5005a79fd1f7e2cbca8d5af90808611
Contents?: true
Size: 170 Bytes
Versions: 103
Compression:
Stored size: 170 Bytes
Contents
require 'multi_json' module GoodData module Mixin module ToJson def to_json(pretty = false) MultiJson.dump(json, pretty) end end end end
Version data entries
103 entries across 103 versions & 2 rubygems
Version | Path |
---|---|
gooddata-0.6.27 | lib/gooddata/mixins/to_json.rb |
gooddata-0.6.26 | lib/gooddata/mixins/to_json.rb |
gooddata-0.6.25 | lib/gooddata/mixins/to_json.rb |