Method: JsonPath.for

Defined in:
lib/jsonpath.rb

.for(obj_or_str) ⇒ Object



94
95
96
# File 'lib/jsonpath.rb', line 94

def self.for(obj_or_str)
  Proxy.new(process_object(obj_or_str))
end