33 34 35
# File 'lib/json_schemer/keyword.rb', line 33 def fetch(key) parsed.fetch(parsed.is_a?(Array) ? key.to_i : key) end