Module: Blackbriar

Defined in:
lib/blackbriar/value_provider.rb,
lib/blackbriar.rb,
lib/blackbriar/node.rb,
lib/blackbriar/version.rb,
lib/blackbriar/map_extract.rb

Overview

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

Defined Under Namespace

Classes: MapExtract, Node, ValueProvider

Constant Summary collapse

VERSION =
"0.0.5"