We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The node() method returns a single container with the data from a path.
<?php /** @var Mediact\DataContainer\DataContainer $container */ $foo = $container->node('categories.foo'); var_dump($foo->get('name')); // Foo