[![CI Status](http://img.shields.io/travis/Андрей Лазарев/CocoaPath.svg?style=flat)](https://travis-ci.org/Андрей Лазарев/CocoaPath)
To run the example project, clone the repo, and run pod install
from the Example directory first.
id object = @{@"A": @{@"A": @1},
@"B": @2,
@"C": @[@1, @[@YES], @{@"D": @3}]};
// @1
[object firstForKeyWildcard:@"C[0]"];
// @3
[object firstForKeyWildcard:@"C[2].D"]).to.equal(@3);
CocoaPath is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CocoaPath"
Андрей Лазарев, [email protected]
CocoaPath is available under the MIT license. See the LICENSE file for more info.