/**
* A wrapper around a path and its value.
* @typedef{Object} PathValue
* @property{PathSet} path - the path to a location in the {@link JSONGraph}
* @property{?*} value - the value of that path
* @example{path:["productsById", "1234", "name"],
value:"ABC"}
*/