Sha256: ee971333e847a410674412b708bab823c6e2a7685ca1ee0e8f7b609a56cf197f

Contents?: true

Size: 280 Bytes

Versions: 4

Compression:

Stored size: 280 Bytes

Contents

require "active_support"
require "active_support/json"
require "active_support/ordered_hash"

# for compatibility with activesupport 2.2 and below
unless Kernel.const_defined?(:JSON)
  module JSON
    def self.parse(json)
      ActiveSupport::JSON.decode(json)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
taps-0.3.21 lib/taps/json.rb
taps-0.3.20 lib/taps/json.rb
taps-0.3.20.pre2 lib/taps/json.rb
taps-0.3.20.pre1 lib/taps/json.rb