Path (Falcor)

Path (Falcor)

[1] Falcor: Paths ( 版) <https://netflix.github.io/falcor/documentation/paths.html>

A Path is a sequence of Keys, which is evaluated from the root of a JSON object. A path refers to a location within a JSON object. When executing JSON operations, Paths are passed to the Model to specify which values to transform/retrieve in the Model’s associated JSON object.

[2] Falcor: Paths ( 版) <https://netflix.github.io/falcor/documentation/paths.html>

A PathSet is a human-readable short-hand for a set of Paths. Any Models method which can accept multiple Paths, can also accept multiple PathSets.