module Matchers
This is by no means an implementation of JSONPath as outlined in goessner.net/articles/JsonPath/ and implemented in github.com/joshbuddy/jsonpath.
Instead, the module can handle only a very limited subset of JSONPath and operates on a Hash (result of ::JSON.parse(document)). It makes sense in the context of poller-json and its current set of features.