PathToolkit
A configurable, high-speed, feature-rich object path resolver.
Installation
Git
git clone https://github.com/frenchroasted/path-toolkit.git path-toolkit
NPM
npm install path-toolkit
Bower
bower install path-toolkit
Documentation
Usage
var PathToolkit = ;var ptk = ;var obj = foo: bar: 'a' 'b' 'c' ;ptk; // 'b'ptk; // trueptk; // 'x'
PathToolkit includes many more features, all documented with example code in the API. The path syntax is completely configurable, the interpreter is fast in general, and is very, very fast when processing simple property-sequence paths.