22 23 24
# File 'lib/compactdata/model/model.rb', line 22 def to_j @value.nil? ? 'null' : @value.to_j end