module Blackbriar

Module is responsible for returning a json_path value from the given data Hash

Example: irb> provider = Messages::Transformation::ValueProvider.new(some_hash) irb> provider.send(‘json_path:$.test.value')

Our use case for the creation was that this was to be used in conjuction with a json mapping template to populate the template with real values

Constants

VERSION