Method: JsonPath.for

Defined in:
lib/jsonpath.rb

.for(obj_or_str) ⇒ Object



138
139
140
# File 'lib/jsonpath.rb', line 138

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