Gets the value from the doc object by the path.
Gets the value from the doc object by the path.
path could contains dots, like root.some.value.
JSON object where the path will be looked
path to look, sub-objects divided by dots like root.some.value
value found or JsNull. Just like the trivial play JSON lookup