PHPackages                             softinvest/php-jsonpointer - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. softinvest/php-jsonpointer

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

softinvest/php-jsonpointer
==========================

Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)

v5.0.0(4y ago)026MITPHPPHP &gt;=8.0

Since Nov 20Pushed 4y agoCompare

[ Source](https://github.com/softinvest/php-jsonpointer)[ Packagist](https://packagist.org/packages/softinvest/php-jsonpointer)[ Docs](https://github.com/softinvest/php-jsonpointer)[ RSS](/packages/softinvest-php-jsonpointer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (15)Used By (0)

JSON Pointer for PHP
====================

[](#json-pointer-for-php)

[![Version](https://camo.githubusercontent.com/e2950184fc32cb61dc22bcff9909df0a452a4bfad527c8a10092ad33ce3d3771/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6674696e766573742f7068702d6a736f6e706f696e7465722e7376673f7374796c653d666c6174)](https://packagist.org/packages/softinvest/php-jsonpointer)[![Total Downloads](https://camo.githubusercontent.com/23e1aa68276027b2ebc3ac043e4a6e8ac7c6a745329ab77e58bc625f2cf9e201/68747470733a2f2f706f7365722e707567782e6f72672f736f6674696e766573742f7068702d6a736f6e706f696e7465722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/softinvest/php-jsonpointer)[![PHP Version](https://camo.githubusercontent.com/a9eef3dde162b6a9d463af215441db9a73539ba6c85892b9a56a89c1273c8e38/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e302b2d6666363962342e737667)](https://packagist.org/packages/softinvest/php-jsonpointer)

This is an implementation of [JSON Pointer](http://tools.ietf.org/html/rfc6901) written in PHP. Triggered by @janl's node.js [implementation](https://github.com/janl/node-jsonpointer) and being a bit bored.

### Installation via Composer

[](#installation-via-composer)

```
$ composer require softinvest/php-jsonpointer
```

### Usage

[](#usage)

Now you can use JSON Pointer for PHP via the available Composer **autoload file**.

```
