File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ This library implements [RFC6902](https://tools.ietf.org/html/rfc6902)-compliant
1515- [ JSON extension] ( https://www.php.net/manual/en/book.json.php ) (ext-json) - required by [ remorhaz/php-json-data] ( https://github.com/remorhaz/php-json-data ) to access JSON documents.
1616- [ Internationalization functions] ( https://www.php.net/manual/en/book.intl.php ) (ext-intl) - required by [ ` remorhaz/php-json-data ` ] ( https://github.com/remorhaz/php-json-data ) to compare Unicode strings.
1717
18- # Installation
18+ ## Installation
1919You will need [ composer] ( https://getcomposer.org ) to perform install.
2020```
2121composer require remorhaz/php-json-patch
2222```
2323
24- # Documentation
24+ ## Documentation
2525### Accessing JSON document
2626You can create accessible JSON document either from encoded JSON string or from decoded JSON data using corresponding _ node value factory_ :
2727``` php
@@ -62,5 +62,5 @@ var_dump($result->decode()); // array: [2]
6262```
6363Note that result can be exported either to JSON-encoded string or to raw PHP value.
6464
65- # License
65+ ## License
6666PHP JSON Patch is licensed under [ MIT license] ( ./LICENSE ) .
You can’t perform that action at this time.
0 commit comments