module JsonPointer

def self.evaluate(data, path)

def self.evaluate(data, path)
  Evaluator.new(data).evaluate(path)
end