20 21 22 23 24 25 26
# File 'lib/code/object/json.rb', line 20 def self.code_parse(value) code_value = value.to_code ::JSON.parse(code_value.raw).to_code rescue JSON::ParserError Nothing.new end