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

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

gamringer/php-json-pointer
==========================

PHP JSON Pointer (RFC6901) implementation

3.2(9y ago)737.1k↓34.4%12MITPHPPHP &gt;=7.0

Since Nov 12Pushed 8y ago2 watchersCompare

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

READMEChangelog (9)Dependencies (5)Versions (11)Used By (2)

JSONPointer
===========

[](#jsonpointer)

[![License](https://camo.githubusercontent.com/20a9eadc428c684c2c43dfb64e03b3899e4aafe8c027b1d8212f3cc2c0d151a6/68747470733a2f2f706f7365722e707567782e6f72672f67616d72696e6765722f7068702d6a736f6e2d706f696e7465722f6c6963656e73652e737667)](https://packagist.org/packages/gamringer/php-json-pointer)[![Latest Stable Version](https://camo.githubusercontent.com/0f1ddf719293159f277e79f6e9ebf657fa73cf51cee405db8d197ce8bd03c80d/68747470733a2f2f706f7365722e707567782e6f72672f67616d72696e6765722f7068702d6a736f6e2d706f696e7465722f762f737461626c652e737667)](https://packagist.org/packages/gamringer/php-json-pointer)[![Latest Unstable Version](https://camo.githubusercontent.com/52b90c13a571639ab4026a091afd33f1e2dc0efb7ee19e4c555e892bd08cc8a4/68747470733a2f2f706f7365722e707567782e6f72672f67616d72696e6765722f7068702d6a736f6e2d706f696e7465722f762f756e737461626c652e737667)](https://packagist.org/packages/gamringer/php-json-pointer)[![Total Downloads](https://camo.githubusercontent.com/30678030f7c207fd001e286e2dbbc034bfaebe305ecdc52295476474e501203c/68747470733a2f2f706f7365722e707567782e6f72672f67616d72696e6765722f7068702d6a736f6e2d706f696e7465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/gamringer/php-json-pointer)

[![SensioLabsInsight](https://camo.githubusercontent.com/32a16552aa8edc922cfd7ce7ce35352cc99469b77538c3e7cd7a9114e124c40a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39663134623661652d383130302d346334332d393038342d6231376635373136353032362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/9f14b6ae-8100-4c43-9084-b17f57165026)

[![Build Status](https://camo.githubusercontent.com/0574ffeca991a1ce53362f1a3e414c1777cb1fed1257fd55eada5df1116fa079/68747470733a2f2f7472617669732d63692e6f72672f67616d72696e6765722f4a534f4e506f696e7465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gamringer/JSONPointer)

[![Build Status](https://camo.githubusercontent.com/37326f14925e44b4ae943f2d013eaf5b4526e9648269861e4b235a4c89164c86/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f67616d72696e6765722f4a534f4e506f696e7465722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gamringer/JSONPointer/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/0e455b84e0e0a50ad4d47ab95252ed4e13221c8fa5795b83decec4bf24667d32/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f67616d72696e6765722f4a534f4e506f696e7465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gamringer/JSONPointer/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4cd467688dedcd0db05b49b919585a5be656687282c241ec0135cd35ce514038/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f67616d72696e6765722f4a534f4e506f696e7465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gamringer/JSONPointer/?branch=master)

A RFC6901 compliant JSON Pointer PHP implementation

\#License JSONPointer is licensed under the MIT license.

\#Installation

```
composer require gamringer/php-json-pointer

```

\##Tests

```
composer install
phpunit

```

\#Documentation

\##Testing a value for existence

```
