Sha256: 4dd26355b021971109548397b2cd05fa44edab7d856369935bb0d8b493fed427

Contents?: true

Size: 210 Bytes

Versions: 29

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

module Dato
  module Local
    module FieldType
      class Json
        def self.parse(value, _repo)
          value && JSON.parse(value)
        end
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
dato-0.7.0 lib/dato/local/field_type/json.rb
dato-0.6.18 lib/dato/local/field_type/json.rb
dato-0.6.17 lib/dato/local/field_type/json.rb
dato-0.6.16 lib/dato/local/field_type/json.rb
dato-0.6.15 lib/dato/local/field_type/json.rb
dato-0.6.14 lib/dato/local/field_type/json.rb
dato-0.6.12 lib/dato/local/field_type/json.rb
dato-0.6.11 lib/dato/local/field_type/json.rb
dato-0.6.10 lib/dato/local/field_type/json.rb