94 95 96
# File 'lib/jsonpath.rb', line 94 def self.for(obj_or_str) Proxy.new(process_object(obj_or_str)) end