Sha256: 8fc9a2a39188880cb1dd0668d176962db497f4629bbf99492f8c4c4cf3cdc172

Contents?: true

Size: 184 Bytes

Versions: 7

Compression:

Stored size: 184 Bytes

Contents

module Zemanta
  class Fetcher
    class Parser
      def initialize(json)
        @json = json
      end

      def parse
        Yajl::Parser.parse(@json)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
zemanta_client-0.0.9 lib/zemanta/fetcher/parser.rb
zemanta_client-0.0.8 lib/zemanta/fetcher/parser.rb
zemanta_client-0.0.7 lib/zemanta/fetcher/parser.rb
zemanta_client-0.0.6 lib/zemanta/fetcher/parser.rb
zemanta_client-0.0.5 lib/zemanta/fetcher/parser.rb
zemanta_client-0.0.4 lib/zemanta/fetcher/parser.rb
zemanta_client-0.0.3 lib/zemanta/fetcher/parser.rb