inspectorOf

fun <D> inspectorOf(data: D): Inspector<D>

gives you a new Inspector as starting point.


fun <D> inspectorOf(data: D, path: String): Inspector<D>

gives you a new Inspector as starting point.

Parameters

path

optional path. Beware that all parts before the first dot are omitted.