PHPackages                             webnium/json-pointer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. webnium/json-pointer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webnium/json-pointer
====================

Accessor implement based on JSON Pointer (RFC6901)

1.0.0(12y ago)612.7k↓33.3%[1 issues](https://github.com/webnium/php-json-pointer/issues)MIT LicensePHPPHP &gt;=5.4.0

Since Nov 26Pushed 8y ago3 watchersCompare

[ Source](https://github.com/webnium/php-json-pointer)[ Packagist](https://packagist.org/packages/webnium/json-pointer)[ Docs](https://github.com/webnium/php-json-pointer)[ RSS](/packages/webnium-json-pointer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

webnium/json-pointer
====================

[](#webniumjson-pointer)

[![Coverage Status](https://camo.githubusercontent.com/b080c59705debb558367587fdb86910cdc7558895201c4b00fb1846821b1216e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f7765626e69756d2f7068702d6a736f6e2d706f696e7465722f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/webnium/php-json-pointer?branch=master) [![Build Status](https://camo.githubusercontent.com/b1f5c95e4c417d343022e730c15035c9f0afb8422e218ab2d773b289719d2083/68747470733a2f2f7472617669732d63692e6f72672f7765626e69756d2f7068702d6a736f6e2d706f696e7465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/webnium/php-json-pointer)

Installation
------------

[](#installation)

This library distributed via [packagist.org](https://packagist.org/).

Execute:

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar require webnium/json-pointer:dev-master
```

or add following to your composer.json

```
{
    "require": {
        "webnium/json-pointer": "dev-master"
    }
}
```

Usage
-----

[](#usage)

### ArrayAccessor

[](#arrayaccessor)

```
