Sha256: 2080600e4f721f20b6e03723495522243d1a79062d23198ac1bafcbe993a7005

Contents?: true

Size: 127 Bytes

Versions: 7

Compression:

Stored size: 127 Bytes

Contents

class URL
  class ASJSONHandler < JSONHandler
    
    def parse
      ActiveSupport::JSON.decode(@str)
    end
    
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/url-0.3.2/lib/url/handlers/as_json_handler.rb
url-0.3.2 lib/url/handlers/as_json_handler.rb
url-0.3.1 lib/url/handlers/as_json_handler.rb
url-0.3.0 lib/url/handlers/as_json_handler.rb
url-0.2.2 lib/url/handlers/as_json_handler.rb
url-0.2.1 lib/url/handlers/as_json_handler.rb
url-0.2.0 lib/url/handlers/as_json_handler.rb