Sha256: e294e7b9eb3050f04b4de30afff8cf195f443120d4523ac47a3fb906c05990f3
Contents?: true
Size: 317 Bytes
Versions: 80
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true require 'aranha/parsers/base' require 'json' module Aranha module Parsers module Json class Base < ::Aranha::Parsers::Base def data default_data end def default_data ::JSON.parse(content) end end end end end
Version data entries
80 entries across 80 versions & 3 rubygems